Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix OTP javascript code.
  • Loading branch information
cdujeu committed Sep 5, 2016
1 parent 5bf3f23 commit 1a4df42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/authfront.otp/manifest.xml
Expand Up @@ -35,7 +35,7 @@
document.observe("ajaxplorer:afterApply-login", function(){
var f= modal.getForm();
var enableModifyGUI = ajaxplorer.getPluginConfigs("authfront.otp")._object.MODIFY_LOGIN_SCREEN;
var enableModifyGUI = ajaxplorer.getPluginConfigs("authfront.otp").get('MODIFY_LOGIN_SCREEN');
if(!enableModifyGUI) return;
Expand Down

0 comments on commit 1a4df42

Please sign in to comment.