Skip to content

Commit 8c3d2cd

Browse files
fix(baklava): #2658
1 parent da9ce5f commit 8c3d2cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

baklava/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dogehouse",
3-
"version": "1.0.64",
3+
"version": "1.0.65",
44
"description": "Taking voice conversations to the moon 🚀",
55
"main": "./dist/electron.js",
66
"scripts": {

baklava/src/electron.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ function createMainWindow() {
146146
urlHost == ALLOWED_HOSTS[4] &&
147147
urlObj.pathname !== "/login" &&
148148
urlObj.pathname !== "/session" &&
149-
urlObj.pathname !== "/sessions/two-factor"
149+
urlObj.pathname !== "/sessions/two-factor" &&
150+
urlObj.pathname !== "/sessions/two-factor/webauthn"
150151
) {
151152
event.preventDefault();
152153
shell.openExternal(url);

0 commit comments

Comments
 (0)