mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
remove comment
This commit is contained in:
parent
aec903d67f
commit
8d5d4213ed
@ -64,7 +64,6 @@
|
|||||||
<main role="main" class="container">
|
<main role="main" class="container">
|
||||||
<Router AppAssembly="@typeof(Program).Assembly">
|
<Router AppAssembly="@typeof(Program).Assembly">
|
||||||
<Found Context="routeData">
|
<Found Context="routeData">
|
||||||
<!-- The 'Resource' property will be used in 'HasAppHandler' to obtain the 'app' route parameter -->
|
|
||||||
<!-- If we implement new policies to protect resources, we should protect them with resource based uri and compare them with the user's claims. -->
|
<!-- If we implement new policies to protect resources, we should protect them with resource based uri and compare them with the user's claims. -->
|
||||||
<AuthorizeRouteView RouteData="@routeData" Resource="@HttpContextAccessor.HttpContext">
|
<AuthorizeRouteView RouteData="@routeData" Resource="@HttpContextAccessor.HttpContext">
|
||||||
<!-- When visiting a page that requires authorization, but the user isn't authorized, redirect to the login page -->
|
<!-- When visiting a page that requires authorization, but the user isn't authorized, redirect to the login page -->
|
||||||
|
Loading…
Reference in New Issue
Block a user