Permalink
Cannot retrieve contributors at this time
9 lines (8 sloc)
235 Bytes
|
using Microsoft.AspNetCore.Identity; |
|
|
|
namespace Web.Api.Infrastructure.Identity |
|
{ |
|
public class AppUser : IdentityUser |
|
{ |
|
// Add additional profile data for application users by adding properties to this class |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.