Fixes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using AipsCore.Domain.Models.User;
|
||||
using AipsCore.Domain.Models.User.External;
|
||||
|
||||
namespace AipsCore.Application.Common.Authentication;
|
||||
|
||||
public record LoginResult(User User, IList<UserRole> Roles);
|
||||
Reference in New Issue
Block a user