more
This commit is contained in:
@@ -88,7 +88,7 @@ const SignupPage = () => {
|
||||
}
|
||||
}
|
||||
|
||||
const handleSignup = async (e) => {
|
||||
const handleProceedToPayment = (e) => {
|
||||
e.preventDefault();
|
||||
if (isBusy) {
|
||||
return;
|
||||
@@ -97,6 +97,11 @@ const SignupPage = () => {
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
const handleSignup = async (e) => {
|
||||
e.preventDefault();
|
||||
const dataValues = validateData();
|
||||
setIsBusy(true);
|
||||
try {
|
||||
const userCredential = await createUserWithEmailAndPassword(
|
||||
|
||||
Reference in New Issue
Block a user