We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc28c0 commit b57475dCopy full SHA for b57475d
www/scripts/sepiaFW.account.js
@@ -1007,14 +1007,14 @@ function sepiaFW_build_account(sepiaSessionId){
1007
userToken = "";
1008
userTokenValidUntil = 0;
1009
userName = "";
1010
+ SepiaFW.client.setDemoMode(false);
1011
//done
1012
listenForLogoutActions = false;
1013
logoutSectionsFinished = 0;
1014
//info message
1015
var config = {
1016
buttonOneName : "Return to sign in",
1017
buttonOneAction : function(){
- SepiaFW.client.setDemoMode(false);
1018
setTimeout(function(){
1019
window.location.reload();
1020
}, 1000);
0 commit comments