Skip to content

Commit a51822f

Browse files
committed
Undid auth changes
1 parent a2c6bea commit a51822f

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ class PopupOperation extends AbstractPopupRedirectOperation {
299299

300300
private pollUserCancellation(): void {
301301
const poll = (): void => {
302-
if(typeof window !== 'undefined' && this.authWindow?.window?.location.host !== window.location.host) {
303-
console.error('Unable to determine whether window was closed or not');
304-
}
305302
if (this.authWindow?.window?.closed) {
306303
// Make sure that there is sufficient time for whatever action to
307304
// complete. The window could have closed but the sign in network

0 commit comments

Comments
 (0)