Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 10, 2023
1 parent 87396d5 commit e36e69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function SignUpFormContentComponent(props) {
withCredentials: false,
data: dataToSend,
}).then(res => console.log(res.data)).catch(error => console.log(error));
console.log(env.REACT_APP_BASE_API_URL);
console.log(process.env.REACT_APP_BASE_API_URL);
};
// TODO: add error hndling (separate task)
// TODO: add modal about email being sent
Expand Down

0 comments on commit e36e69b

Please sign in to comment.