diff --git a/packages/passport/sdk/src/confirmation/confirmation.ts b/packages/passport/sdk/src/confirmation/confirmation.ts index c914aa30a7..ee63557225 100644 --- a/packages/passport/sdk/src/confirmation/confirmation.ts +++ b/packages/passport/sdk/src/confirmation/confirmation.ts @@ -197,7 +197,7 @@ export default class ConfirmationScreen { showConfirmationScreen(href: string, messageHandler: MessageHandler, resolve: Function) { // If popup blocked, the confirmation window will not exist if (this.confirmationWindow) { - this.confirmationWindow.location.href = href; // update confirmation window before calling close on old window + this.confirmationWindow.location.href = href; } // This indicates the user closed the overlay so the transaction should be rejected