yavsc/Yavsc/Views/Account/ForgotPasswordConfirmation.cshtml

8 lines
146 B
Text
Raw Normal View History

2016-05-17 18:22:18 +02:00
@{
2016-07-29 14:30:41 +02:00
ViewData["Title"] = @SR["Forgot Password Confirmation."];
2016-05-17 18:22:18 +02:00
}
<h2>@ViewData["Title"].</h2>
<p>
2016-07-29 14:30:41 +02:00
@SR["PleaseCheckYourEmail"]
2016-05-17 18:22:18 +02:00
</p>