added Forgetpassword page with no logic yet

This commit is contained in:
Alex
2026-04-12 01:08:25 -06:00
parent 3472b4bcd7
commit 870fa5488a
5 changed files with 159 additions and 0 deletions

View File

@@ -34,6 +34,9 @@
android:name=".activities.HomeActivity"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".activities.ForgotPasswordActivity"
android:exported="false" />
<activity
android:name=".activities.MainActivity"
android:exported="true">