flattens user into collections
This commit is contained in:
@@ -3,7 +3,7 @@ const APIError = require('./APIError');
|
||||
|
||||
class AuthenticationError extends APIError {
|
||||
constructor() {
|
||||
super('The username or password provided is incorrect.', httpStatus.BAD_REQUEST);
|
||||
super('The username or password provided is incorrect.', httpStatus.UNAUTHORIZED);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user