From c22fe86a8afa2c617ccc84a088e366333aed5ea7 Mon Sep 17 00:00:00 2001 From: Mikhala Date: Thu, 9 May 2024 10:46:32 +0800 Subject: [PATCH] remove comment --- packages/passport/sdk/src/confirmation/confirmation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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