Blazor Web Individual Account Template does not have the Logout form handler #51489
Closed
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Issue #51134 replace the LogoutForm into a standard post form. This can fix the problem that the LogoutForm won't work when nested in Interactive RenderMode, since it needs the HttpContext. The standard post form needs a form handler, but I did not find the endpoint definition of Account/Logout. Thre will be no handler for the logout form. If I get something wrong?
Describe the solution you'd like
Add the needed form handler if there is something wrong. If not, point out the existing handler code location.
Additional context
No response
The text was updated successfully, but these errors were encountered: