diff --git a/frontend/src/routes/sponsor/register/stepRegistration.tsx b/frontend/src/routes/sponsor/register/stepRegistration.tsx
index 1d3c72b0ff1d58d68b7cf4806fe7b50a41cb1c78..3aa461a7134829900f1c57e27fe52bbecbe74209 100644
--- a/frontend/src/routes/sponsor/register/stepRegistration.tsx
+++ b/frontend/src/routes/sponsor/register/stepRegistration.tsx
@@ -124,6 +124,7 @@ export default function StepRegistration() {
           })
         }
       })
+      .catch()
       .finally(() => {
         setSubmitState(SubmitState.SubmitSuccess)
         setActiveStep(Steps.SuccessStep)