mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(auth): session refresh preserves OAuth providers (#108680)
* fix(auth): isolate OAuth provider registries * fix(auth): remove OAuth registry back edge
This commit is contained in:
committed by
GitHub
parent
fecd11fdc9
commit
fca2e830e0
@@ -15,7 +15,6 @@ vi.mock("../src/llm/oauth.js", () => ({
|
||||
...args,
|
||||
),
|
||||
),
|
||||
resetOAuthProviders: vi.fn(),
|
||||
}));
|
||||
|
||||
vi.mock("@mariozechner/clipboard", () => ({
|
||||
|
||||
Reference in New Issue
Block a user