Sign in through the admin app instead of this one #20

Merged
Paddy merged 3 commits from feature/admin-auth-cutover into master 2026-09-06 21:13:12 +00:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 5d7221b87b - Show all commits
+2 -2
View File
@@ -68,5 +68,5 @@ login carrying this URL as the return target; 403 (or a signed-in account withou
`calendar` permission) shows a refusal with Reload/Sign out; anything else shows "cannot be
reached". None of those three redirect, on purpose.
**Dead since the cutover, kept only because deleting files needs a decision:**
`src/app/models/session.ts` and the unrouted `LoginComponent`.
**Dead since the cutover:** the unrouted `LoginComponent`. `src/app/models/session.ts` is
gone; there is no session type here any more, because this app never handles one.
-4
View File
@@ -1,4 +0,0 @@
export interface Session {
sessionId: number;
sessionKey: string;
}