frontend/src/store/authStore.ts
Showing 1 of 1 total issue
Function useAuthStore
has 77 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useAuthStore = defineStore('auth', () => { const configService = new ConfigService(); const authService = new AuthService(); const userManager = authService.getUserManager();