## Summary - Add `reauthorize` endpoint and reconnect detection in OAuth `callback()` so users can re-authorize a revoked EnableBanking session without losing their accounts or transaction history - Replace "Retry" with "Reconnect" button (dropdown + error panel) for EnableBanking authentication errors; catch-up sync of missed transactions is handled automatically by the existing `SyncBankingConnectionJob` via `last_synced_at` - Add 5 missing Spanish translations (`Reconectar`, `Autenticación fallida...`, `Error al iniciar la reautorización.`, `Error al reconectar...`, `Cuenta bancaria reconectada exitosamente.`) and wrap the reconnect flash message in `__()` - 7 new Pest tests covering all reauthorize scenarios and the reconnect callback path (15 total passing) |
||
|---|---|---|
| .. | ||
| account.tsx | ||
| accounts.tsx | ||
| appearance.tsx | ||
| automation-rules.tsx | ||
| billing.tsx | ||
| categories.tsx | ||
| connections.tsx | ||
| delete-account.tsx | ||
| labels.tsx | ||
| password.tsx | ||
| two-factor.tsx | ||