mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
otpType
This commit is contained in:
@@ -151,7 +151,7 @@ public class LoginEndpoint {
|
||||
modelAndView.addObject("isKerberos", applicationConfig.getLoginConfig().isKerberos());
|
||||
modelAndView.addObject("isMfa", applicationConfig.getLoginConfig().isMfa());
|
||||
if(applicationConfig.getLoginConfig().isMfa()) {
|
||||
modelAndView.addObject("optType", tfaOptAuthn.getOptType());
|
||||
modelAndView.addObject("optType", tfaOptAuthn.getOtpType());
|
||||
modelAndView.addObject("optInterval", tfaOptAuthn.getInterval());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user