Skip to content

Commit

Permalink
Update YggdrasilAuthenticator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jan 24, 2025
1 parent 354583f commit c5ef1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public async Task<AuthResultBase> AuthTaskAsync(bool userField = false)
Legacy = false,
LocalId = rUuid,
Persistent = true,
RemoteId = result.User?.UUID.ToString() ?? new Guid().ToString(),
RemoteId = result.User?.UUID.ToString() ?? Guid.Empty.ToString(),
Type = "Mojang",
UserProperites = result.User?.Properties?.ToAuthProperties(profiles).ToArray() ?? [],
Username = this.Email
Expand Down

0 comments on commit c5ef1a0

Please sign in to comment.