Jake Vanderwerf
6 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
assets/js/concise/AuthManager.js
@@ -127,6 +127,7 @@
      this.authenticated = authData.authenticated || false;
      this.user = authData.user || false;
      this.nonces = authData.nonces || {};
      console.log(this.nonces);
      // Session expired — was logged in, now isn't
      if (wasAuthenticated && !this.authenticated) {