mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 13:41:30 +00:00
refactor: move provider auth helpers into plugin layer
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { normalizeApiKeyInput, validateApiKeyInput } from "../commands/auth-choice.api-key.js";
|
||||
import { ensureApiKeyFromOptionEnvOrPrompt } from "../commands/auth-choice.apply-helpers.js";
|
||||
import { buildApiKeyCredential } from "../commands/auth-credentials.js";
|
||||
import { applyPrimaryModel } from "../commands/model-picker.js";
|
||||
import { applyAuthProfileConfig } from "../commands/onboard-auth.js";
|
||||
import { applyAuthProfileConfig, buildApiKeyCredential } from "./provider-auth-helpers.js";
|
||||
|
||||
export {
|
||||
applyAuthProfileConfig,
|
||||
|
||||
Reference in New Issue
Block a user