Skip to content

Commit

Permalink
fix(baklava): #2658
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed May 8, 2021
1 parent da9ce5f commit 8c3d2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baklava/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dogehouse",
"version": "1.0.64",
"version": "1.0.65",
"description": "Taking voice conversations to the moon 🚀",
"main": "./dist/electron.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion baklava/src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ function createMainWindow() {
urlHost == ALLOWED_HOSTS[4] &&
urlObj.pathname !== "/login" &&
urlObj.pathname !== "/session" &&
urlObj.pathname !== "/sessions/two-factor"
urlObj.pathname !== "/sessions/two-factor" &&
urlObj.pathname !== "/sessions/two-factor/webauthn"
) {
event.preventDefault();
shell.openExternal(url);
Expand Down

1 comment on commit 8c3d2cd

@vercel
Copy link

@vercel vercel bot commented on 8c3d2cd May 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.