change user to uuid

This commit is contained in:
Julian Krauser 2025-01-29 08:53:49 +01:00
parent 07f8e2dbcb
commit f89483f878
46 changed files with 146 additions and 151 deletions

View file

@ -5,7 +5,7 @@ export type JWTData = {
};
export type JWTToken = {
userId: number;
userId: string;
mail: string;
username: string;
firstname: string;