This commit is contained in:
vet
2026-04-14 15:42:50 +07:00
parent c493ccda6e
commit 506bc93d36

View File

@@ -135,6 +135,7 @@ cat <<'EOF'
counts: { ...counts },
};
console.log("[probe] auth state", state);
console.log("[probe] auth state json", JSON.stringify(state, null, 2));
return state;
};
if (!window.__deployTestXHRWrapped) {