Skip to content

Commit 5b4ec30

Browse files
committed
fix: rebuild
1 parent 94f4f9f commit 5b4ec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/stores/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const useCoreStore = defineStore('core', () => {
6969
return acc;
7070
}, {});
7171
config.value = resp.config;
72-
adminUser.value = resp.adminUser;
72+
adminUser.value = resp.adminUser;
7373
userData.value = resp.user;
7474
console.log('🌍 AdminForth v', resp.version);
7575
}

0 commit comments

Comments
 (0)