We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4d84 commit 82fd599Copy full SHA for 82fd599
src/stores/auth.ts
@@ -92,6 +92,7 @@ export const useAuthStore = defineStore('auth', (): AuthState => {
92
93
try {
94
await http.post('/user/settings', { settings: userStore.$state })
95
+ await verify(true)
96
} catch (error: any) {
97
queue.showError(error?.message ?? 'Error syncing settings')
98
}
0 commit comments