mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 17:03:52 +00:00
When a SuperSync account is deleted, clients now properly detect authentication failures and prompt for reconfiguration: - Add _checkHttpStatus() helper to SuperSyncProvider that throws AuthFailSPError on 401/403 responses - Clear cached credentials on auth failure to allow reconfiguration - Add DELETE /api/test/user/:userId endpoint for E2E testing - Add deleteTestUser() helper in supersync-helpers.ts - Add E2E tests for account deletion and reconfiguration scenarios The existing SyncWrapperService already handles AuthFailSPError by showing a snackbar with "Configure" action, so no UI changes needed. |
||
|---|---|---|
| .. | ||
| constants | ||
| fixtures | ||
| helpers | ||
| pages | ||
| tests | ||
| utils | ||
| .gitignore | ||
| global-setup.ts | ||
| playwright.config.ts | ||
| tsconfig.json | ||