potentially fix handle secondary
This commit is contained in:
@@ -429,7 +429,7 @@ public class MareModule : InteractionModuleBase
|
|||||||
{
|
{
|
||||||
HashedKey = StringUtils.Sha256String(computedHash),
|
HashedKey = StringUtils.Sha256String(computedHash),
|
||||||
User = newUser,
|
User = newUser,
|
||||||
PrimaryUser = lodestoneAuth.User
|
PrimaryUserUID = lodestoneAuth.User.UID
|
||||||
};
|
};
|
||||||
|
|
||||||
await db.Users.AddAsync(newUser).ConfigureAwait(false);
|
await db.Users.AddAsync(newUser).ConfigureAwait(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user