Commit 42236777 by Nilu

minor refactoring

parent 0ee08842
...@@ -34,8 +34,6 @@ public class ResendVerificationFP extends SaveFP ...@@ -34,8 +34,6 @@ public class ResendVerificationFP extends SaveFP
Utils.sendVerificationMail(companyUser, request, emailer, ResendVerificationFP.class.getName()); Utils.sendVerificationMail(companyUser, request, emailer, ResendVerificationFP.class.getName());
} }
process.completeAndRestart();
return super.processForm(process, submission, params); return super.processForm(process, submission, params);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment