mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Add send email and reset password screen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user