update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -28,7 +28,6 @@ yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
@@ -58,6 +58,7 @@ const [showPassword, setShowPassword] = useState(false);
|
||||
|
||||
try {
|
||||
setLoading(true);
|
||||
|
||||
const res = await apiSignIn(formData);
|
||||
console.log("API Sign In Response:", res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user