mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
6 lines
209 B
C#
6 lines
209 B
C#
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 {} |