mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
captcha Support
This commit is contained in:
@@ -121,7 +121,7 @@ public class LoginEndpoint {
|
||||
modelAndView.addObject("userDomainUrlJson", kerberosService.buildKerberosProxys());
|
||||
}
|
||||
Institutions inst = (Institutions)WebContext.getAttribute(WebConstants.CURRENT_INST);
|
||||
modelAndView.addObject("isCaptcha", inst.isCaptchaSupport());
|
||||
modelAndView.addObject("isCaptcha", inst.isTrueCaptchaSupport());
|
||||
modelAndView.addObject("captcha", inst.getCaptcha());
|
||||
modelAndView.addObject("sessionid", WebContext.getSession().getId());
|
||||
//modelAndView.addObject("jwtToken",jwtLoginService.buildLoginJwt());
|
||||
|
||||
Reference in New Issue
Block a user