Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Login doesn't show registered social logins after error #2074

Closed
wpqs opened this issue Nov 19, 2018 · 1 comment
Closed

Login doesn't show registered social logins after error #2074

wpqs opened this issue Nov 19, 2018 · 1 comment

Comments

@wpqs
Copy link

wpqs commented Nov 19, 2018

I'm using ASPNET Core 2.1 with Razor Pages UI Library and noticed that whilst registered social logins appear when I open the Login page, they disappear after an error like incorrect password.

There seems to be a bug in Identity\Pages\Account\Login.cshtml.cs as

 public IList<AuthenticationScheme> ExternalLogins { get; set; }

is only initialised in OnGetAsync(), but if an error happens OnPostAsync() then Page() is returned so OnGetAsyn() doesn't get called. Changing error handling in OnPostAsync() so RedirectToPage() is returned seems to fix the problem.

Please confirm this is a bug and comment on my fix

@blowdart
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants