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

@ -1,4 +1,5 @@
export const environment = {
production: true,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '7.6.0',
};

View File

@ -5,6 +5,7 @@
export const environment = {
production: false,
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '7.6.0',
};
/*