Jake Vanderwerf
2026-03-08 c19264ac916707096fe294d996a1b7fb85206b34
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();