register
This commit is contained in:
@@ -25,6 +25,11 @@ namespace API.Controllers
|
||||
|
||||
public IActionResult Privacy()
|
||||
{
|
||||
if(!this.User.Identity.IsAuthenticated)
|
||||
{
|
||||
return Redirect("");
|
||||
}
|
||||
|
||||
return View();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user