mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
@page
|
|
@model RegisterConfirmationModel
|
|
@{
|
|
ViewData["Title"] = "Register confirmation";
|
|
}
|
|
|
|
<h1>@ViewData["Title"]</h1>
|
|
<p>
|
|
Please check your email to confirm your account.
|
|
</p>
|
|
|