fix: wrong key

This commit is contained in:
Methapon2001 2024-07-02 17:29:03 +07:00
parent 25a1f3c4a4
commit 2450ddb7ee
3 changed files with 7 additions and 7 deletions

View file

@ -8,6 +8,6 @@ export type RequestWithUser = Request & {
familiy_name: string;
preferred_username: string;
email: string;
role: string[];
roles: string[];
};
};