Skip to content
Snippets Groups Projects
Commit c8e708e5 authored by Taras's avatar Taras
Browse files

Remove delay

parent 44063b87
No related branches found
No related tags found
No related merge requests found
Pipeline #11 canceled
...@@ -206,7 +206,7 @@ internal class DefaultRegistrationWizard( ...@@ -206,7 +206,7 @@ internal class DefaultRegistrationWizard(
if (validationResponse.isSuccess()) { if (validationResponse.isSuccess()) {
// The entered code is correct // The entered code is correct
// Same than validate email // Same than validate email
return performRegistrationRequest(registrationParams, 3_000) return performRegistrationRequest(registrationParams)
} else { } else {
// The code is not correct // The code is not correct
throw Failure.SuccessError throw Failure.SuccessError
......
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