You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace console.log and console.error with Neutralino.debug.log in AuthStatus.tsx, AppInitializer.ts, auth.ts, and config-manager.ts.
Add error level logs to the user-facing console:
* `AuthStatus.tsx`: Add detailed error messages for authentication, refresh, check, and logout processes.
* `AppInitializer.ts`: Add error message for initialization.
* `auth.ts`: Add error message for token saving and loading.
* `config-manager.ts`: Add error message for config loading and saving.
Expand fetch error messages to show full request and response details in `AuthStatus.tsx`.
0 commit comments