Merge branch 'master' into develop

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>

# Conflicts:
#	front/dist/service-worker-prod.js
This commit is contained in:
Gregoire Parant 2021-08-19 18:31:30 +02:00
commit 86c32cf9ff
2 changed files with 5 additions and 4 deletions

View file

@ -17,7 +17,7 @@ const authToken = "authToken";
const state = "state";
const nonce = "nonce";
const cacheAPIIndex = "workavdenture-cache-v1";
const cacheAPIIndex = "workavdenture-cache-v1.4.14";
class LocalUserStore {
saveUser(localUser: LocalUser) {