mirror of
https://github.com/jcreek/aspnetcore5-with-postgres-identity-serilog-elasticsearch.git
synced 2026-07-13 02:43:45 +00:00
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
@page
|
|
@model ConfirmEmailModel
|
|
@{
|
|
ViewData["Title"] = "Confirm email";
|
|
}
|
|
|
|
<h1>@ViewData["Title"]</h1> |