Ajout de HelloFresh
This commit is contained in:
@@ -39,6 +39,14 @@
|
||||
<div class="col-lg-6">
|
||||
<div class="p-5">
|
||||
<div class="text-center">
|
||||
@if (TempData["Info"] != null)
|
||||
{
|
||||
<div class="alert alert-info">@TempData["Info"]</div>
|
||||
}
|
||||
@if (TempData["ResetLink"] != null)
|
||||
{
|
||||
<div class="alert alert-secondary"><b>Lien (temporaire) :</b> <a href="@TempData["ResetLink"]">@TempData["ResetLink"]</a></div>
|
||||
}
|
||||
<h1 class="h4 text-gray-900 mb-2">Forgot Your Password?</h1>
|
||||
<p class="mb-4">We get it, stuff happens. Just enter your email address below
|
||||
and we'll send you a link to reset your password!</p>
|
||||
|
||||
Reference in New Issue
Block a user