chore(strip): verwijder /epd/clients redirect-laag

Alle verwijzingen (middleware, login, auth-callback, set-password,
Cortex context-bar) wijzen nu rechtstreeks naar /epd/patients; de
backwards-compat redirects zijn daarmee overbodig.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
colinislit
2026-07-14 22:50:52 +02:00
parent 38dd7c1f8a
commit caeba77bf8
7 changed files with 5 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ export function LoginForm() {
// Redirect path based on interface preference
const getRedirectPath = () => {
return interfacePreference === 'cortex' ? '/epd/cortex' : '/epd/clients'
return interfacePreference === 'cortex' ? '/epd/cortex' : '/epd/patients'
}
const handleSubmit = async (e: React.FormEvent) => {