fix: fix some stuff
This commit is contained in:
parent
793f3f6834
commit
df9fa9f275
10 changed files with 132 additions and 24 deletions
4
frontend/src/app/model/User.ts
Normal file
4
frontend/src/app/model/User.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface User {
|
||||
keycloakId: string;
|
||||
username: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue