Browse Source

Update Register.cshtml.cs

pull/17409/head
liangshiwei 3 years ago
parent
commit
019144e746
  1. 2
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Register.cshtml.cs

2
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Register.cshtml.cs

@ -62,7 +62,7 @@ public class RegisterModel : AccountPageModel
if (!await CheckSelfRegistrationAsync()) if (!await CheckSelfRegistrationAsync())
{ {
if (!IsExternalLogin && IsExternalLoginOnly) if (IsExternalLoginOnly)
{ {
return await OnPostExternalLogin(ExternalLoginScheme); return await OnPostExternalLogin(ExternalLoginScheme);
} }

Loading…
Cancel
Save