assets/js/concise/AuthManager.js
@@ -17,8 +17,8 @@ this.nonces = {}; this.subscribers = new Set(); this.storageKey = 'jvb_auth_state'; this.cacheMetaKey = 'jvb_auth_meta'; this.storageKey = `${jvbBase.base}auth_state`; this.cacheMetaKey = `${jvbBase.base}auth_meta`; this.cacheExpiry = 5 * 60 * 1000; // 5 minutes this.init();