Skip to content

Commit

Permalink
Merge pull request #1491 from govuk-one-login/AUT-2598/update-reset-p…
Browse files Browse the repository at this point in the history
…assword-status

AUT-2598: Update success status code for reset password check email service
  • Loading branch information
BeckaL authored Mar 27, 2024
2 parents 1207e5d + 4fb8b85 commit 0c8cafe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function resetPasswordCheckEmailService(
})
);
return createApiResponse<DefaultApiResponse>(response, [
HTTP_STATUS_CODES.OK,
HTTP_STATUS_CODES.NO_CONTENT,
]);
};
Expand Down

0 comments on commit 0c8cafe

Please sign in to comment.