[FA-27] Fix user adding not using correct id
Some checks failed
CI / build-backend (pull_request) Failing after 1m2s
CI / build-frontend (pull_request) Successful in 41s

This commit is contained in:
gamer147
2026-01-19 16:14:49 -05:00
parent c97654631b
commit b69bcd6bf4

View File

@@ -86,7 +86,7 @@ public class UserManagementService
{ {
Username = username, Username = username,
Email = email, Email = email,
OAuthProviderId = authentikUser.Uid, OAuthProviderId = authentikUser.Pk.ToString(),
Disabled = false, Disabled = false,
AvailableInvites = 0, AvailableInvites = 0,
InviterId = inviter.Id InviterId = inviter.Id