Adds in initial migration, recommends ESLint VS Code extension and sets up defaults to format with ESLint on save and use ESLint as the general formatter
This commit is contained in:
parent
86967b26cd
commit
a857c3da07
9 changed files with 217 additions and 219 deletions
|
@ -29,7 +29,7 @@ export const useAuthStore = defineStore('auth', {
|
|||
}
|
||||
catch (error)
|
||||
{
|
||||
console.error('Failed to check authentication status:', error);
|
||||
// console.error('Failed to check authentication status:', error);
|
||||
this.error = 'Could not verify login status.';
|
||||
this.isAuthenticated = false;
|
||||
this.user = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue