Ian Fung 10 ماه پیش
والد
کامیت
f328617e9d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      component/registrationMultiStepForm/formComponent/formPages/loginPage.tsx

+ 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);