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 a2c6bea commit a51822fCopy full SHA for a51822f
packages/auth/src/platform_browser/strategies/popup.ts
@@ -299,9 +299,6 @@ class PopupOperation extends AbstractPopupRedirectOperation {
299
300
private pollUserCancellation(): void {
301
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
- }
305
if (this.authWindow?.window?.closed) {
306
// Make sure that there is sufficient time for whatever action to
307
// complete. The window could have closed but the sign in network
0 commit comments