aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/User.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Entities/User.cs')
-rw-r--r--Timeline/Entities/User.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Entities/User.cs b/Timeline/Entities/User.cs
index 87c38c32..3f7e9ac6 100644
--- a/Timeline/Entities/User.cs
+++ b/Timeline/Entities/User.cs
@@ -10,5 +10,6 @@ namespace Timeline.Entities
public int Id { get; set; }
public string Username { get; set; }
public string Password { get; set; }
+ public string[] Roles { get; set; }
}
}