Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adrienne / Fixed an issue where during onboarding, SSO kicks in #18012

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

adrienne-deriv
Copy link
Contributor

Changes:

Please provide a summary of the change.

Screenshots:

Please provide some screenshots of the change.

Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
deriv-app ✅ Ready (Inspect) Visit Preview Jan 22, 2025 6:20am

@@ -2244,7 +2244,7 @@ export default class ClientStore extends BaseStore {
is_social_signup_provider = true;
// NOTE: Remove this logic once social signup is intergated with OIDC
const loggedState = Cookies.get('logged_state');
if (loggedState === 'false') {
if (loggedState === 'false' && !search_params.get('action') === 'signup') {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code is part of the action=signup flow, thus logged state is wrongly set to true here
Screenshot 2025-01-22 at 1 56 16 PM

jim-deriv
jim-deriv approved these changes Jan 22, 2025
Copy link
Contributor

A production App ID was automatically generated for this PR. (log)

Click here to copy & paste above information.
- **PR**: [https://github.com/deriv-com/deriv-app/pull/18012](https://github.com/deriv-com/deriv-app/pull/18012)
- **URLs**:
    - **w/ App ID + Server**: https://deriv-app-git-fork-adrienne-deriv-fix-signup-code-sso.binary.sx?qa_server=red.derivws.com&app_id=23848
    - **Original**: https://deriv-app-git-fork-adrienne-deriv-fix-signup-code-sso.binary.sx
- **App ID**: `23848`

Copy link
Contributor

🚨 Lighthouse report for the changes in this PR:

Category Score
🔺 Performance 30
🟧 Accessibility 70
🟧 Best practices 83
🟧 SEO 77
🟧 PWA 78

Lighthouse ran with https://deriv-app-git-fork-adrienne-deriv-fix-signup-code-sso.binary.sx/

@amam-deriv amam-deriv merged commit c627c5e into deriv-com:master Jan 24, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants