|
@@ -90,6 +90,7 @@ const ForgetPasswordPage: React.FC<ForgetPasswordPageProps> = ({
|
|
|
<View style={styles.bottomContainer}>
|
|
<View style={styles.bottomContainer}>
|
|
|
<Text style={styles.text}>驗證電話號碼後即可重置密碼</Text>
|
|
<Text style={styles.text}>驗證電話號碼後即可重置密碼</Text>
|
|
|
<PhoneInput
|
|
<PhoneInput
|
|
|
|
|
+ value={forgetPasswordFormData.phone}
|
|
|
placeholder="輸入電話號碼"
|
|
placeholder="輸入電話號碼"
|
|
|
onChangeText={(phone) =>
|
|
onChangeText={(phone) =>
|
|
|
setForgetPasswordFormData({
|
|
setForgetPasswordFormData({
|