diff --git a/Sevomin.WebFrontend/Views/Home/Signup.cshtml b/Sevomin.WebFrontend/Views/Home/Signup.cshtml index 1795a1d..afcda9c 100644 --- a/Sevomin.WebFrontend/Views/Home/Signup.cshtml +++ b/Sevomin.WebFrontend/Views/Home/Signup.cshtml @@ -34,7 +34,7 @@ @Html.LabelFor(m => m.Password) @Html.PasswordFor(m => m.Password, new { @class = "form-control" }) - @Html.Hidden("IsAvalin", "true") + @Html.Hidden("IsAvalin", "false") }