Usersettings

This commit is contained in:
Bastian Wagner
2025-01-24 14:11:23 +01:00
parent 2674ec0d24
commit e05b6cfc42
12 changed files with 281 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ export interface IUser {
username: string;
id: string;
lastName: string;
firstName: String;
firstName: string;
refreshToken: string;
accessToken: string;
role: string;