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 }}
|
{{ i18n.ts._2fa.securityKeyNotSupported }}
|
||||||
</MkInfo>
|
</MkInfo>
|
||||||
|
|
||||||
<MkInfo
|
|
||||||
v-else-if="supportsCredentials && !$i.twoFactorEnabled"
|
|
||||||
warn
|
|
||||||
>
|
|
||||||
{{ i18n.ts._2fa.registerTOTPBeforeKey }}
|
|
||||||
</MkInfo>
|
|
||||||
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<MkButton primary @click="addSecurityKey"
|
<MkButton primary @click="addSecurityKey"
|
||||||
><i
|
><i
|
||||||
|
|
Loading…
Reference in a new issue