fix: wrong key
This commit is contained in:
parent
25a1f3c4a4
commit
2450ddb7ee
3 changed files with 7 additions and 7 deletions
|
|
@ -8,6 +8,6 @@ export type RequestWithUser = Request & {
|
|||
familiy_name: string;
|
||||
preferred_username: string;
|
||||
email: string;
|
||||
role: string[];
|
||||
roles: string[];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue