fix: showPassword (#192)

This commit is contained in:
Dream Hunter
2024-05-04 00:01:55 +08:00
committed by GitHub
parent 55ae4d9d8e
commit 91a01784db
2 changed files with 9 additions and 9 deletions
-8
View File
@@ -89,14 +89,6 @@ const deleteAccount = async () => {
{{ t('delteAccount') }}
</n-button>
</n-card>
<n-modal v-model:show="showPassword" preset="dialog" :title="t('password')">
<span>
<p>{{ t("passwordTip") }}</p>
</span>
<n-card>
<b>{{ jwt }}</b>
</n-card>
</n-modal>
<n-modal v-model:show="showLogout" preset="dialog" :title="t('logout')">
<p>{{ t('logoutConfirm') }}</p>
<template #action>