source:
src/FinkiChattery/FinkiChattery.Identity/Views/Account/Logout.cshtml@
e6a6d9a
Last change on this file since e6a6d9a was e6a6d9a, checked in by , 3 years ago | |
---|---|
|
|
File size: 395 bytes |
Rev | Line | |
---|---|---|
[e6a6d9a] | 1 | @model LogoutViewModel |
2 | ||
3 | <div class="logout-page"> | |
4 | <div class="lead"> | |
5 | <h1>Logout</h1> | |
6 | <p>Would you like to logut of IdentityServer?</p> | |
7 | </div> | |
8 | ||
9 | <form asp-action="Logout"> | |
10 | <input type="hidden" name="logoutId" value="@Model.LogoutId" /> | |
11 | <div class="form-group"> | |
12 | <button class="btn btn-primary">Yes</button> | |
13 | </div> | |
14 | </form> | |
15 | </div> |
Note:
See TracBrowser
for help on using the repository browser.