Mise en place de l'authentification Keycloak
This commit is contained in:
13
ChessCubing.App/Pages/Authentication.razor
Normal file
13
ChessCubing.App/Pages/Authentication.razor
Normal file
@@ -0,0 +1,13 @@
|
||||
@page "/authentication/{action}"
|
||||
|
||||
<main class="rules-shell">
|
||||
<section class="panel panel-wide cta-panel" style="margin-top: 2rem;">
|
||||
<p class="eyebrow">Authentification</p>
|
||||
<RemoteAuthenticatorView Action="@Action" />
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public string? Action { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user