We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9ce5f commit 8c3d2cdCopy full SHA for 8c3d2cd
baklava/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dogehouse",
3
- "version": "1.0.64",
+ "version": "1.0.65",
4
"description": "Taking voice conversations to the moon 🚀",
5
"main": "./dist/electron.js",
6
"scripts": {
baklava/src/electron.ts
@@ -146,7 +146,8 @@ function createMainWindow() {
146
urlHost == ALLOWED_HOSTS[4] &&
147
urlObj.pathname !== "/login" &&
148
urlObj.pathname !== "/session" &&
149
- urlObj.pathname !== "/sessions/two-factor"
+ urlObj.pathname !== "/sessions/two-factor" &&
150
+ urlObj.pathname !== "/sessions/two-factor/webauthn"
151
) {
152
event.preventDefault();
153
shell.openExternal(url);
0 commit comments