Display frontend / backend version at the homescreen
This commit is contained in:
@ -10,6 +10,7 @@ export class User {
|
||||
isAuthenticated: boolean;
|
||||
access_token?: string;
|
||||
exp?: number;
|
||||
ver: string;
|
||||
|
||||
public constructor(init?: Partial<User>) {
|
||||
Object.assign(this, init);
|
||||
|
||||
Reference in New Issue
Block a user