Fix: delete console di login page

This commit is contained in:
2025-08-22 10:13:12 +08:00
parent 21c6460220
commit 014cf387fd

View File

@@ -33,9 +33,6 @@ export default function LoginView() {
// console.log("Token Version:", token);
const res = await apiVersion();
setVersion(res.data);
const seasonKey = await apiClient.get("/mobile/season-key");
console.log("seasonKey", seasonKey.data);
}
function handleInputValue(phoneNumber: string) {