|
|
@@ -219,7 +219,7 @@ public class AuthController {
|
|
|
* @param info
|
|
|
* @return
|
|
|
*/
|
|
|
- @GetMapping(value = "/sso/callback/{clientId}", produces = {"application/javascript"})
|
|
|
+ @GetMapping(value = "/sso/callback/{clientId}")
|
|
|
public void ssoCallback(HttpServletRequest request, HttpServletResponse response,
|
|
|
@PathVariable(required = false) String clientId, CookieInfo info, String callback) throws IOException{
|
|
|
if (null != info && null != info.getMobile()) {
|