mirror of https://gitee.com/topiam/eiam
🏗️ 结构调整
parent
b64c4e109b
commit
42cc5b91b6
|
@ -18,6 +18,7 @@
|
|||
package cn.topiam.employee.portal.authentication;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Objects;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
|
@ -103,7 +103,7 @@ public class PortalAuthenticationSuccessHandler extends
|
|||
return;
|
||||
}
|
||||
//跳转登录,前端会有接口获取状态,并进行展示绑定页面
|
||||
response.sendRedirect(HttpUrlUtils
|
||||
response.sendRedirect(UrlUtils
|
||||
.format(getPortalPublicBaseUrl() + AuthorizeConstants.FE_LOGIN));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue