Allow the auth cookie in development

This commit is contained in:
Luis Alvarez
2020-10-22 16:27:31 -05:00
parent 3de755b840
commit 228f2141e7
2 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { Logo, Modal, Button } from '@components/ui'
export default function Login() {
const signup = useSignup()
// TODO: use this method
// TODO: use this method. It can take more than 5 seconds to do a signup
const handleSignup = async () => {
// TODO: validate the password and email before calling the signup
// Passwords must be at least 7 characters and contain both alphabetic