diff --git a/ui/src/stores/modules/user.ts b/ui/src/stores/modules/user.ts index ca5f05275..cbe6e208a 100644 --- a/ui/src/stores/modules/user.ts +++ b/ui/src/stores/modules/user.ts @@ -105,6 +105,7 @@ const useUserStore = defineStore({ async profile() { return UserApi.profile().then((ok) => { this.userInfo = ok.data + this.theme() return this.asyncGetProfile() }) },