We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48a6ca commit 6f3c9fdCopy full SHA for 6f3c9fd
adminforth/spa/src/stores/core.ts
@@ -69,7 +69,7 @@ export const useCoreStore = defineStore('core', () => {
69
return acc;
70
}, {});
71
config.value = resp.config;
72
- adminUser.value = resp.adminUser;
+ adminUser.value = resp.adminUser;
73
userData.value = resp.user;
74
console.log('🌍 AdminForth v', resp.version);
75
}
0 commit comments