Skip to content

Commit

Permalink
Update AccountController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Jun 17, 2024
1 parent 807ca2d commit da86ae6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ public async Task<IActionResult> ExternalLoginCallback(string returnUrl = null,
return View(nameof(LinkExternalLogin));
}


// No user could be matched, check if a new user can register.
if (registrationSettings.UsersCanRegister == UserRegistrationType.NoRegistration)
{
Expand Down

0 comments on commit da86ae6

Please sign in to comment.