This commit is contained in:
ani_konarcheva@abv.bg
2022-04-01 16:30:44 +03:00
parent 0f3e02cb92
commit aad682be3e
14 changed files with 164 additions and 482 deletions

View File

@@ -25,6 +25,11 @@ namespace API.Controllers
public IActionResult Privacy()
{
if(!this.User.Identity.IsAuthenticated)
{
return Redirect("");
}
return View();
}