|
|
@@ -66,7 +66,7 @@ public class CustomAuthenticationSuccessHandler extends SimpleUrlAuthenticationS
|
|
|
response.setStatus(HttpStatus.BAD_REQUEST.value());
|
|
|
response.addHeader("Content-Type", "application/text; charset=utf-8");
|
|
|
PrintWriter printWriter = response.getWriter();
|
|
|
- printWriter.append("您的账号未绑定企业或也被删除!");
|
|
|
+ printWriter.append("您的账号未绑定企业或已被删除!");
|
|
|
printWriter.flush();
|
|
|
printWriter.close();
|
|
|
return;
|