AxL95 commited on
Commit
48194ec
·
verified ·
1 Parent(s): 429c396

Update frontend/src/components/Login.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/components/Login.jsx +1 -1
frontend/src/components/Login.jsx CHANGED
@@ -15,7 +15,7 @@ const Login = ({toSignin, onLoginSuccess}) => {
15
  setIsLoading(true);
16
 
17
  try {
18
- const response = await fetch(/api/login', {
19
  method: 'POST',
20
  headers: {
21
  'Content-Type': 'application/json',
 
15
  setIsLoading(true);
16
 
17
  try {
18
+ const response = await fetch('/api/login', {
19
  method: 'POST',
20
  headers: {
21
  'Content-Type': 'application/json',