Skip to content

Commit 404db9b

Browse files
committed
wrong credentials error code fix
1 parent 4de65c6 commit 404db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/v1/shared/exceptions/AuthExceptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Exception } from "../utils/typing/Exception";
22

33

44
const WRONG_CREDENTIALS: Exception = {
5-
statusCode: 409,
5+
statusCode: 400,
66
message: "Wrong credentials"
77
}
88

0 commit comments

Comments
 (0)