1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

remove comment

This commit is contained in:
Jonas Hendrickx 2024-11-15 16:08:43 +01:00
parent aec903d67f
commit 8d5d4213ed

View File

@ -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 -->