Validate Phone; Password, Forgot Password Function

This commit is contained in:
phanhuuloi27
2022-06-10 22:49:04 +07:00
parent 624d2b0729
commit eb7a5068c9
11 changed files with 598 additions and 73 deletions
+6
View File
@@ -17,6 +17,12 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<activity
android:name=".ChangePassword"
android:exported="false" />
<activity
android:name=".ForgotPassword"
android:exported="false" />
<activity
android:name=".VerifyPhone"
android:exported="false" />