Skip to content

Commit

Permalink
Merge pull request #473 from nofrixion/MOOV-3827-Remove-UserRoles-Pro…
Browse files Browse the repository at this point in the history
…perty

Remove user roles property
  • Loading branch information
sauravmaiti22 authored Dec 2, 2024
2 parents 7bf46db + a85b9a4 commit 6ea33c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NoFrixion.MoneyMoov/Models/User/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ public class User

public UserRolePermissions? Permissions { get; set; }

public List<RoleUser>? UserRoles { get; set; }

public bool IsEmpty() => ID == Guid.Empty && EmailAddress == string.Empty;
}

0 comments on commit 6ea33c7

Please sign in to comment.