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 { export class User {
BasicAuthKey: string; BasicAuthKey: string;
UserId?: number; UserId: number;
Authorization: string; Authorization: string;
Email: string Email: string
FullName: string FullName: string