Bug #7382
openSocial Login Repeatedly Displays Setup Wizard and Product Tour Instead of Redirecting Returning Users to the Dashboard
0%
Description
When a user logs in using a social login provider (such as Google, Apple, or Microsoft), the application repeatedly displays the Setup Wizard and Product Tour on every login, even after the user has already completed or skipped them.
If the user clicks the Skip button on the Setup Wizard, the application briefly navigates to the landing page but then redirects to the dashboard. However, on the next social login, the Setup Wizard and Product Tour are displayed again instead of taking the user directly to the dashboard.
The Setup Wizard and Product Tour should only be shown once for a user (or until completed, depending on the intended functionality). After the user has skipped or completed these onboarding steps, the application should remember the user's preference and bypass the onboarding flow on subsequent logins.
Steps to Reproduce- Log in using a social login account (Google/Apple/Microsoft).
- Observe that the Setup Wizard is displayed.
- Click Skip on the Setup Wizard.
- Verify that the application navigates to the landing page and then redirects to the dashboard.
- Log out of the application.
- Log in again using the same social login account.
- Observe that the Setup Wizard and Product Tour are displayed again.
Actual Result - The Setup Wizard is displayed on every social login.
- The Product Tour is also shown repeatedly.
- User preferences (Skip/Completed state) are not retained across login sessions.
Expected Result
After the user skips or completes the Setup Wizard and Product Tour once, they should not be shown again on subsequent logins.
Returning users should be redirected directly to the dashboard after successful social login.
No data to display