Optimized username not found message
This commit is contained in:
@@ -40,7 +40,7 @@ class ExceptionHandler {
|
|||||||
|
|
||||||
is InternalAuthenticationServiceException -> {
|
is InternalAuthenticationServiceException -> {
|
||||||
log.debug(e.localizedMessage, e)
|
log.debug(e.localizedMessage, e)
|
||||||
ResponseResult.fail(ResponseCode.SYSTEM_USERNAME_NOT_FOUND, e.localizedMessage, null)
|
ResponseResult.fail(ResponseCode.SYSTEM_USERNAME_NOT_FOUND, "Username not found", null)
|
||||||
}
|
}
|
||||||
|
|
||||||
is BadCredentialsException -> {
|
is BadCredentialsException -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user