New repo mobile after delete ! #1

Merged
bagasbanuna merged 233 commits from api/24-oct-25 into main 2025-10-27 11:32:16 +08:00
478 changed files with 39281 additions and 1071 deletions
Showing only changes of commit 014cf387fd - Show all commits

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) {