diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-16 02:01:27 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-16 02:01:27 +1100 |
| commit | 07728d1048f34e1d048da63684b341ab30bc1d06 (patch) | |
| tree | 9c92b30be5f3cd060827edc2ff5836b6122a9cdd /LocalPrincipal.cs | |
| parent | ea89ec0c1b05ac246f2ffd5907daace27564100b (diff) | |
FeedService and AclDialog
Diffstat (limited to 'LocalPrincipal.cs')
| -rw-r--r-- | LocalPrincipal.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LocalPrincipal.cs b/LocalPrincipal.cs index f4b9981..6a12bad 100644 --- a/LocalPrincipal.cs +++ b/LocalPrincipal.cs @@ -18,6 +18,7 @@ public class LocalPrincipal : IPrincipal { // displaying the user's name consistently, but may lead to // unexpected behaviour in future when setting the DisplayName // property if that ever becomes possible. + [NotMapped] public string DisplayName { get => Name; set => Name = value; |
