refactoring magic strings in layout.server file (guard), including new routes and tests

This commit is contained in:
2025-09-26 11:59:21 +02:00
parent 59abf0880d
commit f43497d69c
4 changed files with 42 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export const ROUTE_NAMES = {
: `/view/${vorgangToken}/${tatort}`,
// Anmeldung: actions
ANMELDUNG: '/anmeldung',
ANMELDUNG_LOGIN: '/anmeldung?/login',
ANMELDUNG_LOGOUT: '/anmeldung?/logout'
};