Skip to content

Commit b57475d

Browse files
committed
fixed a bug that prevented proper DIY client login via CLEXI;
1 parent 4bc28c0 commit b57475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/scripts/sepiaFW.account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,14 +1007,14 @@ function sepiaFW_build_account(sepiaSessionId){
10071007
userToken = "";
10081008
userTokenValidUntil = 0;
10091009
userName = "";
1010+
SepiaFW.client.setDemoMode(false);
10101011
//done
10111012
listenForLogoutActions = false;
10121013
logoutSectionsFinished = 0;
10131014
//info message
10141015
var config = {
10151016
buttonOneName : "Return to sign in",
10161017
buttonOneAction : function(){
1017-
SepiaFW.client.setDemoMode(false);
10181018
setTimeout(function(){
10191019
window.location.reload();
10201020
}, 1000);

0 commit comments

Comments
 (0)