mirror of
https://example.com
synced 2024-11-22 07:06:38 +09:00
feat(frontend): enable using security keys without 2fa
This commit is contained in:
parent
78af158c30
commit
2c78c01d57
1 changed files with 0 additions and 7 deletions
|
@ -59,13 +59,6 @@
|
|||
{{ i18n.ts._2fa.securityKeyNotSupported }}
|
||||
</MkInfo>
|
||||
|
||||
<MkInfo
|
||||
v-else-if="supportsCredentials && !$i.twoFactorEnabled"
|
||||
warn
|
||||
>
|
||||
{{ i18n.ts._2fa.registerTOTPBeforeKey }}
|
||||
</MkInfo>
|
||||
|
||||
<template v-else>
|
||||
<MkButton primary @click="addSecurityKey"
|
||||
><i
|
||||
|
|
Loading…
Reference in a new issue