+
+
+

+
+
+
+
+
+
+ Let's verify your email now
+
+ Check your email.
+
+
+
+
+ Verify Email. Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features.
+
+
+
+
+ If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through.
+
+
+
+
+
-
-
-
- To complete the verification process, you should check your email inbox and look for the verification email. It may take a few minutes for the email to arrive, so be patient. Once you receive the email, open it and click on the verification link provided.
-
-
-
-
- If you haven't received the verification email after a reasonable amount of time, make sure to check your spam or junk mail folder. It's also possible that the email was sent to the wrong email address, so double-check that you entered your email address correctly.
-
-
diff --git a/src/components/Helpers/Inputs/InputCom/index.jsx b/src/components/Helpers/Inputs/InputCom/index.jsx
index 6d601b8..3479d73 100644
--- a/src/components/Helpers/Inputs/InputCom/index.jsx
+++ b/src/components/Helpers/Inputs/InputCom/index.jsx
@@ -70,20 +70,20 @@ export default function InputCom({
{label && (
)}
- {forgotPassword && Forgot Password?}
+ {forgotPassword && Forgot Password?}
{
+ func.apply(context, args);
+ }, delay);
+ };
+}
diff --git a/src/services/UsersService.js b/src/services/UsersService.js
index 5e87cdc..5885e64 100644
--- a/src/services/UsersService.js
+++ b/src/services/UsersService.js
@@ -11,6 +11,11 @@ class usersService {
return this.postAuxEnd("/createuser", reqData);
}
+ CompleteSignUp(reqData){
+ localStorage.setItem("session_token", ``);
+ return this.postAuxEnd("/completesignuplink", reqData);
+ }
+
getHomeDate(){
var postData = {
uuid: localStorage.getItem("uuid"),