Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2021-08-19 19:24:24 +02:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const authToken = "authToken";
const state = "state";
const nonce = "nonce";
const cacheAPIIndex = "workavdenture-cache-v1";
const cacheAPIIndex = "workavdenture-cache";
class LocalUserStore {
saveUser(localUser: LocalUser) {