We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0764e4 commit 6bc10f4Copy full SHA for 6bc10f4
src/NoFrixion.MoneyMoov/Models/UserInvite/UserInviteCreate.cs
@@ -46,7 +46,6 @@ public class UserInviteCreate
46
/// Optional URL to provide to the invited user to inform them where to
47
/// visit to accept the invite.
48
/// </summary>
49
- [Obsolete("The registraion URL cannot be customised.")]
50
[Obsolete("The registration URL cannot be customised.")]
51
public string? RegistrationUrl { get; set; } = string.Empty;
52
0 commit comments