Random Bugs (#2531)
This commit is contained in:
parent
0c70e80420
commit
4e1c66331f
27 changed files with 232 additions and 178 deletions
|
@ -10,4 +10,8 @@ public class InviteUserResponse
|
|||
/// Was an email sent (ie is this server accessible)
|
||||
/// </summary>
|
||||
public bool EmailSent { get; set; } = default!;
|
||||
/// <summary>
|
||||
/// When a user has an invalid email and is attempting to perform a flow.
|
||||
/// </summary>
|
||||
public bool InvalidEmail { get; set; } = false;
|
||||
}
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
namespace API.DTOs.Account;
|
||||
|
||||
public class UpdateEmailResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// Did the user not have an existing email
|
||||
/// </summary>
|
||||
/// <remarks>This informs the user to check the new email address</remarks>
|
||||
public bool HadNoExistingEmail { get; set; }
|
||||
/// <summary>
|
||||
/// Was an email sent (ie is this server accessible)
|
||||
/// </summary>
|
||||
public bool EmailSent { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue