Skip to content

Commit

Permalink
Undid auth changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Dec 3, 2024
1 parent a2c6bea commit a51822f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/auth/src/platform_browser/strategies/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ class PopupOperation extends AbstractPopupRedirectOperation {

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

0 comments on commit a51822f

Please sign in to comment.