source:
PostgreSqlDotnetCore/Areas/Identity/Pages/Account/ConfirmEmail.cshtml
Last change on this file was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | @page |
2 | @model ConfirmEmailModel |
3 | @{ |
4 | ViewData["Title"] = "Confirm email"; |
5 | } |
6 | |
7 | <h1>@ViewData["Title"]</h1> |
8 | <partial name="_StatusMessage" model="Model.StatusMessage" /> |
Note:
See TracBrowser
for help on using the repository browser.