fix: typo
This commit is contained in:
parent
0d6d44f20b
commit
95d4321284
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ export type RequestWithUser = Request & {
|
|||
sub: string;
|
||||
name: string;
|
||||
given_name: string;
|
||||
familiy_name: string;
|
||||
family_name: string;
|
||||
preferred_username: string;
|
||||
email: string;
|
||||
roles: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue