Skip to content

Commit

Permalink
fix: delete account loading (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored May 4, 2024
1 parent f63c4eb commit 869bf99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/views/user/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { useGlobalState } from '../../store'
import { api } from '../../api'
const {
jwt, localeCache, settings, showPassword, mailboxSplitSize, useIframeShowMail
jwt, localeCache, settings, showPassword, loading,
mailboxSplitSize, useIframeShowMail
} = useGlobalState()
const router = useRouter()
const message = useMessage()
Expand Down

0 comments on commit 869bf99

Please sign in to comment.