BugFixing

This commit is contained in:
2025-03-13 16:59:50 +01:00
parent 097a6cb360
commit cfddabbfe0
7 changed files with 89 additions and 59 deletions

View File

@@ -123,11 +123,9 @@ export interface KeycloakUser {
attributes?: Attributes;
}
export interface JwtUser {
userId: string;
username: string;
firstname: string;
lastname: string;
roles: string[];
email: string;
role: string;
uid: string;
}
interface Attributes {
[key: string]: any;