potentially fix handle secondary

This commit is contained in:
rootdarkarchon
2023-02-01 19:20:35 +01:00
parent 677224e363
commit 3f31e14b68

View File

@@ -429,7 +429,7 @@ public class MareModule : InteractionModuleBase
{
HashedKey = StringUtils.Sha256String(computedHash),
User = newUser,
PrimaryUser = lodestoneAuth.User
PrimaryUserUID = lodestoneAuth.User.UID
};
await db.Users.AddAsync(newUser).ConfigureAwait(false);