Skip to content

Commit 9a0f29f

Browse files
committed
style: linted
1 parent 0239e4f commit 9a0f29f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ export class WalletPluginWebAuthenticator extends AbstractWalletPlugin implement
100100
// Show status message using WharfKit UI
101101
ui?.status('Opening wallet window...')
102102

103-
let popup: Window | null = window.open(url, 'Web Authenticator', 'width=450,height=750')
103+
const popup: Window | null = window.open(
104+
url,
105+
'Web Authenticator',
106+
'width=450,height=750'
107+
)
104108

105109
if (!popup) {
106110
this.manualPopupShown = true

0 commit comments

Comments
 (0)