Skip to content

Commit

Permalink
Fix CoreSignInJourneyWithTrnLookup to handle phone-less registration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Sep 29, 2023
1 parent 8796894 commit 963d932
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ public override Task<IActionResult> OnEmailVerified(User? user, string currentSt
protected override bool AreAllQuestionsAnswered() =>
AuthenticationState.EmailAddressSet &&
AuthenticationState.EmailAddressVerified &&
AuthenticationState.MobileNumberSet &&
AuthenticationState.MobileNumberVerified &&
AuthenticationState.MobileNumberVerifiedOrSkipped &&
AuthenticationState.NameSet &&
AuthenticationState.DateOfBirthSet &&
AuthenticationState.HasNationalInsuranceNumberSet &&
Expand Down

0 comments on commit 963d932

Please sign in to comment.