cookie org

This commit is contained in:
peintnermax
2024-03-25 16:05:38 +01:00
parent 7dd709e3e7
commit aada9d6bc8
2 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export type SessionCookie = {
id: string;
token: string;
loginName: string;
organization: string;
organization?: string;
creationDate: string;
expirationDate: string;
changeDate: string;