Skip to content

Commit

Permalink
Added RoleNamesFormatted prop to User model
Browse files Browse the repository at this point in the history
  • Loading branch information
donalnofrixion committed Jan 2, 2025
1 parent 9e13a7c commit 1ecd9b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NoFrixion.MoneyMoov/Models/User/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ public class User

public UserRolePermissions? Permissions { get; set; }

public string RoleNamesFormatted { get; set; } = string.Empty;

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

0 comments on commit 1ecd9b2

Please sign in to comment.