mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
[Auth] Allow user select GitHub account on login (#3801)
This commit is contained in:
@@ -55,7 +55,9 @@ vi.mock('firebase/auth', () => ({
|
||||
GoogleAuthProvider: class {
|
||||
setCustomParameters = vi.fn()
|
||||
},
|
||||
GithubAuthProvider: vi.fn(),
|
||||
GithubAuthProvider: class {
|
||||
setCustomParameters = vi.fn()
|
||||
},
|
||||
browserLocalPersistence: 'browserLocalPersistence',
|
||||
setPersistence: vi.fn().mockResolvedValue(undefined)
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user