|
|
@@ -109,7 +109,7 @@ public class UserAuthController { |
|
|
|
} |
|
|
|
String authCode = authCodeLoginManage.generateAuthCode(targetUserId); |
|
|
|
String urlParam = "?authCode=" + authCode; |
|
|
|
String path = WebProps.apiUrl + request.getContextPath() + AUTH_CODE_LOGIN_PATH; |
|
|
|
String path = request.getContextPath() + AUTH_CODE_LOGIN_PATH; |
|
|
|
response.sendRedirect(path + urlParam); |
|
|
|
} |
|
|
|
|
|
|
|