source:
src/FinkiChattery/FinkiChattery.Identity/Views/Account/Logout.cshtml
Last change on this file was e6a6d9a, checked in by , 3 years ago | |
---|---|
|
|
File size: 395 bytes |
Line | |
---|---|
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.