Skip to content

Commit 13d686b

Browse files
committed
Webauthn browserAutofill might never return (#864)
1 parent 0c54c6a commit 13d686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/LoginView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
110110
async passkeyLogin ({ useBrowserAutofill }) {
111-
this.passkey_login = true;
111+
this.passkey_login = !useBrowserAutofill;
112112
113113
const optionsJSON = (await this.$request.get('api/session/options')).data
114114

0 commit comments

Comments
 (0)