Added basic authentication and localization
This commit is contained in:
@@ -16,6 +16,7 @@ public class HomeController : Controller
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
[Authorize]
|
||||
[HttpGet("/")]
|
||||
public IActionResult Index()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user