Skip to content

Commit 6bc10f4

Browse files
committed
Fixed copilot PR.
1 parent a0764e4 commit 6bc10f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NoFrixion.MoneyMoov/Models/UserInvite/UserInviteCreate.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public class UserInviteCreate
4646
/// Optional URL to provide to the invited user to inform them where to
4747
/// visit to accept the invite.
4848
/// </summary>
49-
[Obsolete("The registraion URL cannot be customised.")]
5049
[Obsolete("The registration URL cannot be customised.")]
5150
public string? RegistrationUrl { get; set; } = string.Empty;
5251

0 commit comments

Comments
 (0)