mirror of
https://github.com/zfile-dev/zfile.git
synced 2026-09-01 15:30:09 +08:00
chore: 移除 well-known 的 TODO
This commit is contained in:
@@ -29,7 +29,6 @@ import java.util.HashMap;
|
||||
@RequiredArgsConstructor
|
||||
public class SsoService
|
||||
{
|
||||
// TODO 同时考虑是否需要利用 Well-Known 来获取相关信息
|
||||
private static final String HOST = "http://localhost:8080"; // TODO 这里需要一个环境变量用来配置重定向地址
|
||||
private static final String REDIRECT_URI = "/sso/{}/login/callback";
|
||||
private final SsoConfigMapper ssoConfigMapper;
|
||||
|
||||
Reference in New Issue
Block a user