AuthorizeView not work in blazor .net 8 #60189
Labels
area-blazor
Includes: Blazor, Razor Components
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
i set
@attribute [Authorize]
for my componentand add this :
but when user login and navigate to this url
@attribute [Authorize]
is woked correctly and show page correctlybut dont show button
why ?
this is my program.cs
https://github.com/MahdiElahi/testtest/blob/main/Program.cs
have any problem ?
The text was updated successfully, but these errors were encountered: