This commit is contained in:
Mac mini
2026-03-31 10:44:19 +07:00
parent 3412ba81cf
commit 23fd45bda2
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -28,7 +28,6 @@ yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
+1
View File
@@ -58,6 +58,7 @@ const [showPassword, setShowPassword] = useState(false);
try {
setLoading(true);
const res = await apiSignIn(formData);
console.log("API Sign In Response:", res);