mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
fix: delete account loading (#201)
This commit is contained in:
@@ -7,7 +7,8 @@ import { useGlobalState } from '../../store'
|
|||||||
import { api } from '../../api'
|
import { api } from '../../api'
|
||||||
|
|
||||||
const {
|
const {
|
||||||
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
|
jwt, localeCache, settings, showPassword, loading,
|
||||||
|
mailboxSplitSize, useIframeShowMail
|
||||||
} = useGlobalState()
|
} = useGlobalState()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const message = useMessage()
|
const message = useMessage()
|
||||||
|
|||||||
Reference in New Issue
Block a user