mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:37:22 +01:00
potentially fix handle secondary
This commit is contained in:
parent
677224e363
commit
3f31e14b68
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue