pr feedback

This commit is contained in:
Elias Schneider
2026-01-10 23:53:38 +01:00
parent 0a49c8b699
commit 20ee00df49
8 changed files with 16 additions and 15 deletions

View File

@@ -31,4 +31,6 @@ export function getAuthRedirectPath(url: URL, user: User | null) {
if (isAdminPath && !isAdmin) {
return '/settings';
}
return null;
}