@using System.ComponentModel.DataAnnotations @using System.Net @using System.Net.Http.Json @using System.Security.Claims @using ChessCubing.App.Models.Auth @using Microsoft.AspNetCore.Components.Authorization @implements IDisposable @inject AppAuthenticationStateProvider AuthenticationStateProvider @inject BrowserBridge Browser @inject HttpClient Http @inject NavigationManager Navigation
Compte joueur
L'authentification se fait maintenant directement dans l'application, sans redirection vers une page externe.
@FormError
} @if (Mode == AuthMode.Login) {