modified signup page to show select country list or defaults to country passed on search param
This commit was merged in pull request #416.
This commit is contained in:
@@ -68,7 +68,6 @@ export default function SignUp() {
|
|||||||
|
|
||||||
const handleSignUp = async () => {
|
const handleSignUp = async () => {
|
||||||
let { country, first_name, last_name, email, password } = formData;
|
let { country, first_name, last_name, email, password } = formData;
|
||||||
console.log('FORMDATA', formData)
|
|
||||||
try {
|
try {
|
||||||
if (
|
if (
|
||||||
email !== "" &&
|
email !== "" &&
|
||||||
|
|||||||
Reference in New Issue
Block a user