Description: When a user logs in for the first time, the app should navigate to the AgreementView. For subsequent logins, it should directly navigate to the HomeView. Currently, this logic needs adjustment to ensure AgreementView only appears on the first login.
Expected Behavior:
On first login: Navigate to AgreementView.
On subsequent logins: Navigate directly to HomeView.
Steps to Reproduce:
Log in to the app as a new user.
Check if the app navigates to AgreementView for the first-time login.
Log out and log in again.
Confirm that the app navigates directly to HomeView without showing AgreementView.
Acceptance Criteria:
AgreementView only appears on the first login.
Users with existing accounts are taken directly to HomeView.
Description: When a user logs in for the first time, the app should navigate to the
AgreementView
. For subsequent logins, it should directly navigate to theHomeView
. Currently, this logic needs adjustment to ensureAgreementView
only appears on the first login.Expected Behavior:
AgreementView
.HomeView
.Steps to Reproduce:
AgreementView
for the first-time login.HomeView
without showingAgreementView
.Acceptance Criteria:
AgreementView
only appears on the first login.HomeView
.