|
@@ -243,7 +243,6 @@ public class SsoServiceImpl implements SsoService {
|
|
|
map.computeIfAbsent("role", v -> role);
|
|
|
map.computeIfAbsent("returnUrl", v -> returnUrl);
|
|
|
map.put("redirectUrl", stringJoiner.toString());
|
|
|
- log.warn("URL\n" + JSON.toJSONString(map));
|
|
|
return map;
|
|
|
}
|
|
|
}
|