summaryrefslogtreecommitdiffstats
path: root/frontend/pages/signup.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/signup.js')
-rw-r--r--frontend/pages/signup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pages/signup.js b/frontend/pages/signup.js
index 1ea3794..d3b98d7 100644
--- a/frontend/pages/signup.js
+++ b/frontend/pages/signup.js
@@ -9,7 +9,7 @@ const SignUpPage = () => (
<Page>
<p>I'm the Sign Up url!</p>
<Signup />
- {/* <Signin /> */}
+ <Signin />
<RequestReset />
</Page>
);