Browse Source
Merge pull request #16983 from abpframework/liangshiwei/account
if it is an external login using an external schema to sign
pull/16985/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Register.cshtml.cs
|
|
|
@ -144,7 +144,7 @@ public class RegisterModel : AccountPageModel |
|
|
|
))).CheckErrors(); |
|
|
|
} |
|
|
|
|
|
|
|
await SignInManager.SignInAsync(user, isPersistent: true); |
|
|
|
await SignInManager.SignInAsync(user, isPersistent: true, ExternalLoginAuthSchema); |
|
|
|
} |
|
|
|
|
|
|
|
protected virtual async Task CheckSelfRegistrationAsync() |
|
|
|
|