hoping that fixes the tzo factor option
... It needs unitary testing
This commit is contained in:
parent
0ca7700fbf
commit
4320295f0b
8 changed files with 77 additions and 27 deletions
15
src/Yavsc/Views/Account/EmailConfirmed.cshtml
Executable file
15
src/Yavsc/Views/Account/EmailConfirmed.cshtml
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
@{
|
||||
ViewData["Title"] = "Confirmation de votre adresse e-mail";
|
||||
}
|
||||
|
||||
<h2>@ViewData["Title"].</h2>
|
||||
<div>
|
||||
<p>
|
||||
Merci d’avoir confirmé votre e-mail.
|
||||
@if (User.GetUserId()==null) {
|
||||
<text>S’il vous plait,
|
||||
<a asp-controller="Account" asp-action="SignIn">Cliquez ici pour vous connecter</a>.
|
||||
</text>
|
||||
}
|
||||
</p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue