esta guardar e nao esta a entar no perfil

This commit is contained in:
2026-03-17 17:08:44 +00:00
parent 1fcd2d0da5
commit 49252c391a
84 changed files with 2109 additions and 1446 deletions

View File

@@ -58,6 +58,26 @@
</activity>
<activity android:name="com.example.cuida.ui.auth.RegisterActivity" />
<activity android:name="com.example.cuida.ui.auth.ForgotPasswordActivity" />
<activity
android:name="com.example.cuida.ui.auth.ResetPasswordActivity"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!--
Update the host to match your Firebase project's hosting domain
or the custom domain you configured for dynamic links
-->
<data
android:host="papcuida.page.link"
android:scheme="https" />
<data
android:host="resetpassword"
android:scheme="cuida" />
</intent-filter>
</activity>
<receiver
android:name="com.example.cuida.services.AlarmReceiver"