fix: delete account (#190)

This commit is contained in:
Dream Hunter
2024-05-03 23:54:55 +08:00
committed by GitHub
parent 51ad37e951
commit b97ce79fe4

View File

@@ -9,6 +9,7 @@ const {
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
} = useGlobalState()
const router = useRouter()
const message = useMessage()
const showLogout = ref(false)
const showDelteAccount = ref(false)