2020-12-11 15:23:16 +01:00

4 lines
156 B
Plaintext

<p>Connected as @User.Identity.Name</p>
<form asp-action="Logout" asp-controller="Accounts" method="post">
<button type="submit">Sign out</button>
</form>