add: transaltion sidebar & home & company
This commit is contained in:
@@ -20,6 +20,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
const checking = ref(false);
|
||||
const authStatus = ref('checking');
|
||||
const token = ref('')
|
||||
const lang = ref('es');
|
||||
const user = ref(null);
|
||||
const publicNames = [
|
||||
'terms-conditions',
|
||||
@@ -107,6 +108,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
authStatus,
|
||||
checkSession,
|
||||
authenticationPromise,
|
||||
updateProfile
|
||||
updateProfile,
|
||||
lang
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user