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