This commit is contained in:
Baobhan Sith
2025-04-19 09:26:34 +08:00
parent 1b7a2abb5c
commit 8df8b82af1
4 changed files with 28 additions and 20 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
</div>
<div class="settings-section">
<h2>Passkey 设置</h2>
<p>使用 Passkey无密码认证提升安全性和便捷性您可以注册新的 Passkey 用于登录</p>
<h2>{{ $t('settings.passkey.title') }}</h2>
<p>{{ $t('settings.passkey.description') }}</p>
<div class="form-group">
<label for="passkey-name">{{ $t('settings.passkey.nameLabel') }}:</label>
<input type="text" id="passkey-name" v-model="passkeyName" :placeholder="$t('settings.passkey.namePlaceholder')" required>