Change authentication request path #8

Merged
FatttSnake merged 4 commits from FatttSnake into dev 2023-10-10 15:47:29 +08:00
Showing only changes of commit 88341b50fd - Show all commits

View File

@@ -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 -> {