mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
fix: delete account (#190)
This commit is contained in:
@@ -9,6 +9,7 @@ const {
|
|||||||
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
|
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
|
||||||
} = useGlobalState()
|
} = useGlobalState()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
const message = useMessage()
|
||||||
|
|
||||||
const showLogout = ref(false)
|
const showLogout = ref(false)
|
||||||
const showDelteAccount = ref(false)
|
const showDelteAccount = ref(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user