🏗️ 结构调整

pull/80/head
awenes 2024-02-04 21:27:45 +08:00
parent b64c4e109b
commit 42cc5b91b6
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -103,7 +103,7 @@ public class PortalAuthenticationSuccessHandler extends
return;
}
//跳转登录,前端会有接口获取状态,并进行展示绑定页面
response.sendRedirect(HttpUrlUtils
response.sendRedirect(UrlUtils
.format(getPortalPublicBaseUrl() + AuthorizeConstants.FE_LOGIN));
return;
}