update company & crud budgets
This commit is contained in:
@@ -17,7 +17,6 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
const user = ref(null)
|
||||
|
||||
onMounted( async() => {
|
||||
console.log('Se ejecuta onMounted auth');
|
||||
checkSession();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user