Display frontend / backend version at the homescreen

This commit is contained in:
2020-10-11 11:13:06 +05:30
parent d677cfb1ea
commit 9ecf0b5cc9
10 changed files with 20 additions and 4 deletions

View File

@ -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);