Skip to content

Commit

Permalink
Merge pull request #689 from neozhu/fixlogoutissue
Browse files Browse the repository at this point in the history
fixed logout issue in public page
  • Loading branch information
neozhu committed May 21, 2024
2 parents 9f59364 + a6b9801 commit a306c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Server.UI/Components/Shared/Layout/PublicLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</MudText>
</NavLink>
<MudSpacer/>
<form method="post" hidden>
<AntiforgeryToken />
</form>
<MudHidden Breakpoint="Breakpoint.SmAndDown">
<MudTooltip Arrow="true"
Text="Navigate to GitHub">
Expand Down

0 comments on commit a306c35

Please sign in to comment.