Skip to content
Snippets Groups Projects
Commit bd05c37d authored by lass's avatar lass
Browse files

Catch errors when submitting registration

parent c26594c2
No related branches found
No related tags found
1 merge request!402Add check for if email exists in guest registration
Pipeline #209352 passed
......@@ -124,6 +124,7 @@ export default function StepRegistration() {
})
}
})
.catch()
.finally(() => {
setSubmitState(SubmitState.SubmitSuccess)
setActiveStep(Steps.SuccessStep)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment