mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add .NET 8 templated projects.
This commit is contained in:
6
Aaru.Server.New/Data/ApplicationUser.cs
Normal file
6
Aaru.Server.New/Data/ApplicationUser.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Aaru.Server.New.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