Sign in through the admin app instead of this one #20
@@ -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.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
export interface Session {
|
||||
sessionId: number;
|
||||
sessionKey: string;
|
||||
}
|
||||
Reference in New Issue
Block a user