change user to uuid
This commit is contained in:
parent
07f8e2dbcb
commit
f89483f878
46 changed files with 146 additions and 151 deletions
|
@ -5,7 +5,7 @@ export type JWTData = {
|
|||
};
|
||||
|
||||
export type JWTToken = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
mail: string;
|
||||
username: string;
|
||||
firstname: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue