add UserManagement.GetUserProfile()

This commit is contained in:
2024-05-20 18:49:42 +02:00
parent dab404d95e
commit b2f0a80872

View File

@@ -7,6 +7,10 @@ namespace OwnChar.Manager
{ {
public OwnCharManager Manager { get; } = manager; public OwnCharManager Manager { get; } = manager;
public UserProfile? GetUserProfile(UserAccount account)
{
}
public UserAccount? CreateAccount(string username, SecureString password, string email, string displayName) public UserAccount? CreateAccount(string username, SecureString password, string email, string displayName)
{ {
// Create account // Create account