diff --git a/frontend/src/views/user/Account.vue b/frontend/src/views/user/Account.vue index 3a020fe9..8098de3e 100644 --- a/frontend/src/views/user/Account.vue +++ b/frontend/src/views/user/Account.vue @@ -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()