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

Commit 2909e38

Browse files
committed
Fix display in login page when otp is enabled
1 parent 545d70a commit 2909e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/authfront.otp/class.OTP_LoginForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Class.create("OTP_LoginForm", {
3232
}
3333
}
3434
});
35-
var enableModifyGUI = ajaxplorer.getPluginConfigs("authfront.otp")._object.MODIFY_LOGIN_SCREEN;
35+
var enableModifyGUI = pydio.getPluginConfigs("authfront.otp").get("MODIFY_LOGIN_SCREEN");
3636
if(!enableModifyGUI){
3737
window.OTPFORM = new OTP_LoginForm();
3838
}

0 commit comments

Comments
 (0)