|
|
@@ -224,7 +224,7 @@ public class SecurityController {
|
|
|
@ResponseBody
|
|
|
public ModelMap updateMobilePhone(HttpServletRequest request, HttpServletResponse response, String returnUrl) throws IOException {
|
|
|
request.getSession().setAttribute(SSOConfig.SSOReferer, returnUrl );
|
|
|
- SSOHelper.clearLogin(request, response);
|
|
|
+ //SSOHelper.clearLogin(request, response);
|
|
|
String updateMobileUrl = SSOHelper.getUpdateMobileUrl(request, returnUrl);
|
|
|
return new ModelMap("content", updateMobileUrl);
|
|
|
}
|