Mise en place de l'authentification Keycloak
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@page "/application"
|
||||
@page "/application.html"
|
||||
@attribute [Authorize]
|
||||
@inject BrowserBridge Browser
|
||||
@inject MatchStore Store
|
||||
@inject NavigationManager Navigation
|
||||
@@ -23,6 +24,7 @@
|
||||
<a class="button ghost" href="index.html">Accueil du site</a>
|
||||
<a class="button secondary" href="reglement.html">Consulter le reglement</a>
|
||||
</div>
|
||||
<UserAccessBar />
|
||||
</div>
|
||||
|
||||
<aside class="hero-preview">
|
||||
|
||||
Reference in New Issue
Block a user