|
@@ -125,7 +125,7 @@ const LoginPage: React.FC<LoginPageProps> = ({ goToNextPage, goToForgetPassWordP
|
|
|
await AsyncStorage.removeItem('savedPassword');
|
|
await AsyncStorage.removeItem('savedPassword');
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
- Alert.alert('登入失敗', `原因: ${response}`);
|
|
|
|
|
|
|
+ Alert.alert('登入失敗', `原因: ${response}, connecting:${EXPO_PUBLIC_API_URL}`);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
setIsLoading(false);
|
|
setIsLoading(false);
|