|
@@ -114,7 +114,8 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
|
|
|
|
|
|
async function getUserInfo() {
|
|
async function getUserInfo() {
|
|
const {
|
|
const {
|
|
- data: { data: info, error }
|
|
|
|
|
|
+ data: { data: info },
|
|
|
|
+ error
|
|
} = await fetchGetUserInfo();
|
|
} = await fetchGetUserInfo();
|
|
|
|
|
|
if (!error) {
|
|
if (!error) {
|