mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 02:32:44 +00:00
fix: harden connect auth flow and exec policy diagnostics
This commit is contained in:
@@ -409,7 +409,7 @@ type ConnectResponse = {
|
||||
id: string;
|
||||
ok: boolean;
|
||||
payload?: Record<string, unknown>;
|
||||
error?: { message?: string };
|
||||
error?: { message?: string; code?: string; details?: unknown };
|
||||
};
|
||||
|
||||
export async function readConnectChallengeNonce(
|
||||
|
||||
Reference in New Issue
Block a user