Skip to content

Commit 02b3b81

Browse files
committed
make a dummy change to trigger CI
1 parent 0df8d89 commit 02b3b81

File tree

1 file changed

+1
-0
lines changed
  • packages/auth/src/platform_browser/strategies

1 file changed

+1
-0
lines changed

packages/auth/src/platform_browser/strategies/popup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const enum _Timeout {
5252
AUTH_EVENT = 2000
5353
}
5454
export const _POLL_WINDOW_CLOSE_TIMEOUT = new Delay(2000, 10000);
55+
export const _POLL_WINDOW_CLOSE_TIMEOUT2 = new Delay(2000, 10000);
5556

5657
/**
5758
* Authenticates a Firebase client using a popup-based OAuth authentication flow.

0 commit comments

Comments
 (0)