7 lines
93 B
Text
7 lines
93 B
Text
@model string
|
|
|
|
@{
|
|
ViewBag.Title = Localizer["Account"];
|
|
}
|
|
|
|
<h1>Check your mail box!</h1>
|