hoping that fixes the tzo factor option

... It needs unitary testing
This commit is contained in:
Paul Schneider 2019-11-14 14:09:06 +00:00
commit 4320295f0b
8 changed files with 77 additions and 27 deletions

View file

@ -0,0 +1,15 @@
@{
ViewData["Title"] = "Confirmation de votre adresse e-mail";
}
<h2>@ViewData["Title"].</h2>
<div>
<p>
Merci d&rsquo;avoir confirmé votre e-mail.
@if (User.GetUserId()==null) {
<text>S&rsquo;il vous plait,
<a asp-controller="Account" asp-action="SignIn">Cliquez ici pour vous connecter</a>.
</text>
}
</p>
</div>