User roles

This commit is contained in:
2026-03-10 23:29:13 +02:00
parent b361f46afa
commit e89d971f41
16 changed files with 325 additions and 197 deletions

View File

@@ -6,7 +6,7 @@ export type Language = "fi" | "en";
export type Session = {
username: string;
displayName: string;
isAdmin: boolean;
roles: string[];
token: string;
};