misc
This commit is contained in:
parent
fbc6f562e3
commit
d7e0c59559
31 changed files with 249 additions and 57 deletions
10
Femto.Modules.Auth/Application/Dto/SignupCodeDto.cs
Normal file
10
Femto.Modules.Auth/Application/Dto/SignupCodeDto.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Femto.Modules.Auth.Application.Dto;
|
||||
|
||||
public record SignupCodeDto(
|
||||
string Code,
|
||||
string Email,
|
||||
string Name,
|
||||
Guid? RedeemedByUserId,
|
||||
string? RedeemedByUsername,
|
||||
DateTimeOffset? ExpiresOn
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue