Skip to content

Commit

Permalink
Update Signup.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham2k3s authored Jul 9, 2024
1 parent ef648cb commit 37b3fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Signup() {

async function submitHandler(event) {
event.preventDefault();
console.log("ENV FILE", process.env.process.env.REACT_APP_BASE_URL);
console.log("ENV FILE", process.env.REACT_APP_BASE_URL);

if (lowerValidated && upperValidated && numberValidated && specialValidated && lengthValidated) {
const apiUrl = formData.accountType === "User"
Expand Down

0 comments on commit 37b3fe0

Please sign in to comment.