Update email invite flag

This commit is contained in:
Dennis Reimann
2025-05-28 13:59:16 +02:00
parent 49653c3388
commit 5b2b6d6994
3 changed files with 9 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ namespace BTCPayServer.Client.Models
public bool? IsAdministrator { get; set; }
/// <summary>
/// Flag to specify if email invitation should be sent to the user. https://github.com/btcpayserver/btcpayserver/issues/6406#issuecomment-2886252217
/// Flag to specify if an email invitation should be sent to the user.
/// </summary>
public bool? SkipEmailInvite { get; set; }
public bool? SendInvitationEmail { get; set; } = true;
}
}