Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Add missing page for Lockout endpoint #31

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

User is redirected to /Identity/Account/Lockout endpoint when user account is locked. However, no page existed to handle the endpoint. Added Lockout.cshtml to handle this endpoint.