Showing the frontend and backend version in the settings panel.

Bumped the version to 7.6.0
This commit is contained in:
2020-10-07 23:27:54 +05:30
parent 7463846282
commit 438a98334d
10 changed files with 19 additions and 2 deletions

View File

@ -8,6 +8,7 @@ export class User {
isAuthenticated: boolean;
access_token?: string;
exp?: number;
ver: string;
public constructor(init?: Partial<User>) {
Object.assign(this, init);