Ian Fung před 10 měsíci
rodič
revize
f328617e9d

+ 1 - 1
component/registrationMultiStepForm/formComponent/formPages/loginPage.tsx

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