Add send email and reset password screen

This commit is contained in:
Nezumi
2023-02-09 17:01:07 +07:00
parent d6800de7a5
commit 1ff9267f73
14 changed files with 447 additions and 9 deletions
+14 -3
View File
@@ -13,13 +13,24 @@
android:supportsRtl="true"
android:theme="@style/Theme.Foodify"
tools:targetApi="31">
<activity
android:name=".ResetPasswordActivity"
android:exported="false"
android:noHistory="true"
/>
<activity
android:name=".SendEmailActivity"
android:exported="false"
android:noHistory="true"
/>
<activity
android:name=".ForgotPasswordActivity"
android:exported="false" />
android:exported="false"
android:noHistory="true"
/>
<activity
android:name=".SignInActivity"
android:exported="false"
android:noHistory="true" />
android:exported="false"/>
<activity
android:name=".SignUpActivity"
android:exported="false"