chore: user profile

This commit is contained in:
xiaojunnuo
2026-03-17 00:34:20 +08:00
parent 10dd89ae62
commit 2f6d9a156a
7 changed files with 74 additions and 9 deletions
@@ -46,7 +46,7 @@
</a-form-item>
</template>
</a-tab-pane>
<a-tab-pane key="passkey" :tab="t('authentication.passkeyTab')">
<a-tab-pane v-if="settingStore.sysPublic.passkeyEnabled && settingStore.isPlus" key="passkey" :tab="t('authentication.passkeyTab')">
<template v-if="formState.loginType === 'passkey'">
<div v-if="!passkeySupported" class="text-red-500 text-sm mt-2 text-center mb-10">
{{ t("authentication.passkeyNotSupported") }}