feat: wip on testing login flows
This commit is contained in:
@@ -3,4 +3,7 @@ namespace FiscalOS.API.Identity;
|
||||
internal sealed class RefreshToken
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
|
||||
public Guid UserId { get; init; }
|
||||
public User User { get; init; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user