mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +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. |
||
|---|---|---|
| .. | ||
| check-webdav.ts | ||
| supersync-helpers.ts | ||
| sync-helpers.ts | ||
| waits.ts | ||