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

Fixes #3126 - Prevent identity confirmation from blocking the user's progress after registering through OIDC #3141

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

stefanceriu
Copy link
Member

  • happened because hasRunIdentityConfirmationOnboarding is false while the verification state is still .unknown
  • verification eventually changes to .verified but the flow coordinator doesn't catch up on it and blocks the flow

…progress after registering through OIDC

- happened because `hasRunIdentityConfirmationOnboarding` is false while the verification state is still `.unknown`
- verification eventually changes to `.verified` but the flow coordinator doesn't catch up on it and blocks the flow
@stefanceriu stefanceriu added the pr-bugfix for bug fix label Aug 8, 2024
@stefanceriu stefanceriu requested a review from a team as a code owner August 8, 2024 12:55
@stefanceriu stefanceriu requested review from pixlwave and removed request for a team August 8, 2024 12:55
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

Attention: Patch coverage is 22.72727% with 34 lines in your changes missing coverage. Please review.

Project coverage is 77.10%. Comparing base (534860b) to head (f67d43c).
Report is 5 commits behind head on develop.

Files Patch % Lines
...s/FlowCoordinators/OnboardingFlowCoordinator.swift 22.72% 34 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3141      +/-   ##
===========================================
- Coverage    77.27%   77.10%   -0.18%     
===========================================
  Files          715      715              
  Lines        55596    55735     +139     
===========================================
+ Hits         42961    42973      +12     
- Misses       12635    12762     +127     
Flag Coverage Δ
unittests 68.36% <22.72%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Aug 8, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against f67d43c

Copy link

sonarcloud bot commented Aug 8, 2024

@stefanceriu stefanceriu enabled auto-merge (squash) August 8, 2024 13:50
@stefanceriu stefanceriu merged commit e32067c into develop Aug 9, 2024
10 checks passed
@stefanceriu stefanceriu deleted the stefan/3126 branch August 9, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix for bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants