|
@@ -70,7 +70,7 @@ public class AuthController extends ControllerSupport {
|
|
|
User user = authService.login(loginInfo);
|
|
|
|
|
|
if (null != alwaysOK && alwaysOK) {
|
|
|
- return new StatusResponseEntity(ResponseStatus.SUCCESS, user);
|
|
|
+ return new StatusResponseEntity(ResponseStatus.OK, user);
|
|
|
} else {
|
|
|
return user;
|
|
|
}
|