1 write to _signInManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
112_signInManager = signInManager;
3 references to _signInManager
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (3)
120ExternalLogins = (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList(); 126ExternalLogins = (await _signInManager.GetExternalAuthenticationSchemesAsync()).ToList(); 156await _signInManager.SignInAsync(user, isPersistent: false);