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) {