Skip to content

Commit 6ea33c7

Browse files
Merge pull request #473 from nofrixion/MOOV-3827-Remove-UserRoles-Property
Remove user roles property
2 parents 7bf46db + a85b9a4 commit 6ea33c7

File tree

1 file changed

+0
-2
lines changed
  • src/NoFrixion.MoneyMoov/Models/User

1 file changed

+0
-2
lines changed

src/NoFrixion.MoneyMoov/Models/User/User.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,5 @@ public class User
4242

4343
public UserRolePermissions? Permissions { get; set; }
4444

45-
public List<RoleUser>? UserRoles { get; set; }
46-
4745
public bool IsEmpty() => ID == Guid.Empty && EmailAddress == string.Empty;
4846
}

0 commit comments

Comments
 (0)