Jake Vanderwerf
6 hours ago 3baf3d2545ba6ece6b74a64c0def59bd0774cf54
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) {