Add profile to user interface

This commit is contained in:
Peter Maquiran
2021-05-10 15:47:09 +01:00
parent cbced6f859
commit 669ff39ba8
+1 -1
View File
@@ -8,7 +8,7 @@ export class UserForm {
export class User {
BasicAuthKey: string;
UserId?: number;
UserId: number;
Authorization: string;
Email: string
FullName: string