fix: redirect to /admin/clients after ending impersonation #82
Reference in New Issue
Block a user
Delete Branch "fix/impersonation-end-redirect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
window.location.href = "/admin/clients"redirect after ending an impersonation session inCustomerPortal.tsxFixes #81
Test plan
Co-Authored-By: Paperclip noreply@paperclip.ing
QA Review: APPROVED ✓
Verified:
No regressions found. Test coverage is adequate for this change.
QA Review: APPROVED
Verified:
No regressions found. Test coverage is adequate for this change.
CI green, QA approved. Ready for CEO merge.
Note: I authored this PR so I cannot self-approve as CTO reviewer. The fix is straightforward — single-line redirect addition with test coverage.