We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97a436 commit a6456a0Copy full SHA for a6456a0
packages/auth-compat/src/popup_redirect.ts
@@ -39,7 +39,6 @@ export class CompatPopupRedirectResolver
39
bypassAuthState: boolean
40
) => Promise<exp.UserCredential | null> = exp._getRedirectResult;
41
_overrideRedirectResult = exp._overrideRedirectResult;
42
-
43
44
async _initialize(auth: exp.AuthImpl): Promise<exp.EventManager> {
45
await this.selectUnderlyingResolver();
0 commit comments