mirror of
https://github.com/bitwarden/server.git
synced 2024-12-26 17:37:36 +01:00
small logout button
This commit is contained in:
parent
dead022e83
commit
b1b016fbc8
@ -54,12 +54,12 @@
|
||||
@if(SignInManager.IsSignedIn(User))
|
||||
{
|
||||
<form asp-controller="Login" asp-action="Logout" method="post">
|
||||
<button type="submit" class="btn btn-secondary">Log Out</button>
|
||||
<button type="submit" class="btn btn-sm btn-secondary">Log Out</button>
|
||||
</form>
|
||||
}
|
||||
else
|
||||
{
|
||||
<a class="btn btn-secondary" asp-controller="Login" asp-action="Index">Log In</a>
|
||||
<a class="btn btn-sm btn-secondary" asp-controller="Login" asp-action="Index">Log In</a>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user