Skip to content

Commit

Permalink
Add missing invalid_transaction
Browse files Browse the repository at this point in the history
Signed-off-by: Sreang Rathanak <[email protected]>
  • Loading branch information
Sreang Rathanak committed Jan 24, 2024
1 parent 7cbdb09 commit 1105619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup-ui/src/pages/ResetPasswordPage/Otp/Otp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const Otp = ({ methods, settings }: OtpProps) => {
onSuccess: ({ errors }) => {
if (errors.length > 0) {
if (
ResetPasswordPossibleInvalid.includes(
["invalid_transaction", ...ResetPasswordPossibleInvalid].includes(
errors[0].errorCode
)
) {
Expand Down

0 comments on commit 1105619

Please sign in to comment.