changement du template pour inclure l'authentification
This commit was merged in pull request #1.
This commit is contained in:
9
src/LudikZoneBlazor/Data/ApplicationUser.cs
Normal file
9
src/LudikZoneBlazor/Data/ApplicationUser.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace LudikZoneBlazor.Data;
|
||||
|
||||
// Add profile data for application users by adding properties to the ApplicationUser class
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user