From 33f3dad301e2e555b63adde4e8fc563ea0b5db12 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 2 Aug 2016 11:11:32 +0200 Subject: [PATCH] fixe la validation du code --- Yavsc/Views/Account/VerifyCode.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yavsc/Views/Account/VerifyCode.cshtml b/Yavsc/Views/Account/VerifyCode.cshtml index ceff9b5b..0b683a8e 100755 --- a/Yavsc/Views/Account/VerifyCode.cshtml +++ b/Yavsc/Views/Account/VerifyCode.cshtml @@ -5,10 +5,11 @@

@ViewData["Title"].

-
+
+ @Html.Hidden("ReturnUrl")

@ViewData["Status"]