mirror of
https://github.com/jcreek/WhoAtX.git
synced 2026-07-12 18:53:44 +00:00
feat(#10): Add user creation and editing
This commit is contained in:
@@ -5,7 +5,7 @@ public class UserProfile
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Pronouns { get; set; }
|
||||
public string NamePronunciationPath { get; set; }
|
||||
public string? NamePronunciationPath { get; set; }
|
||||
public string AreasOfKnowledge { get; set; }
|
||||
public string Projects { get; set; }
|
||||
public string Team { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user