Skip to content

Commit

Permalink
Fixes #3126 - Prevent verification state changes other than `verified…
Browse files Browse the repository at this point in the history
…` from blocking the user on the session verification screen
  • Loading branch information
stefanceriu committed Sep 3, 2024
1 parent 6b2928a commit 3c4e9e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ class OnboardingFlowCoordinator: FlowCoordinatorProtocol {
if value == .verified {
appSettings.hasRunIdentityConfirmationOnboarding = true
stateMachine.tryEvent(.nextSkippingIdentityConfimed)
} else {
// Captured by the block below, nil-ing it wouldn't work
verificationStateCancellable?.cancel()
}
}
Expand Down

0 comments on commit 3c4e9e0

Please sign in to comment.