We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,这个接口signin/form/account代码里没有?是不是没有提交
The text was updated successfully, but these errors were encountered:
在这个位置
com.bestaone.hiauth.config.validatecode.ValidateCodeSecurityConfig
@Override public void configure(HttpSecurity http) throws Exception { //账号登录、手机号码登录都需要输入图形验证码 CaptchaAuthenticationFilter filter = new CaptchaAuthenticationFilter("/signin/form/**", "/signin?error=true"); filter.setCacheUtil(cacheUtil); http.addFilterBefore(filter, AbstractPreAuthenticatedProcessingFilter.class); }
Sorry, something went wrong.
No branches or pull requests
您好,这个接口signin/form/account代码里没有?是不是没有提交
The text was updated successfully, but these errors were encountered: