Skip to content

Commit

Permalink
Merge branch 'passkey' of https://github.com/misskey-dev/misskey into…
Browse files Browse the repository at this point in the history
… passkey
  • Loading branch information
syuilo committed Sep 8, 2023
2 parents eda1e56 + 2ff077c commit 24dfded
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/frontend/src/pages/settings/2fa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.securityKeyAndPasskey }}</template>
<div class="_gaps_s">
<MkInfo>
{{ i18n.ts._2fa.securityKeyInfo }}<br>
<br>
{{ i18n.ts._2fa.chromePasskeyNotSupported }}
{{ i18n.ts._2fa.securityKeyInfo }}
</MkInfo>

<MkInfo v-if="!webAuthnSupported()" warn>
Expand Down

0 comments on commit 24dfded

Please sign in to comment.