mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 23:41:07 +00:00
refactor: make setup the primary wizard surface
This commit is contained in:
@@ -143,7 +143,7 @@ export function resolveFeishuCredentials(
|
||||
return asString;
|
||||
}
|
||||
|
||||
// In relaxed/onboarding paths only: allow direct env SecretRef reads for UX.
|
||||
// In relaxed/setup paths only: allow direct env SecretRef reads for UX.
|
||||
// Default resolution path must preserve unresolved-ref diagnostics/policy semantics.
|
||||
if (options?.allowUnresolvedSecretRef && typeof value === "object" && value !== null) {
|
||||
const rec = value as Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user