17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
@page "/authentication/{action}"
|
|
|
|
<main class="rules-shell">
|
|
<section class="panel panel-wide cta-panel" style="margin-top: 2rem;">
|
|
<p class="eyebrow">Authentification</p>
|
|
<div>
|
|
<strong>Le systeme d'authentification est maintenant integre a l'application.</strong>
|
|
<p>Utilise les boutons du menu en haut de page pour te connecter ou creer un compte sans quitter le site.</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
@code {
|
|
[Parameter]
|
|
public string? Action { get; set; }
|
|
}
|