[FA-27] Fix user adding not using correct id
This commit is contained in:
@@ -86,7 +86,7 @@ public class UserManagementService
|
||||
{
|
||||
Username = username,
|
||||
Email = email,
|
||||
OAuthProviderId = authentikUser.Uid,
|
||||
OAuthProviderId = authentikUser.Pk.ToString(),
|
||||
Disabled = false,
|
||||
AvailableInvites = 0,
|
||||
InviterId = inviter.Id
|
||||
|
||||
Reference in New Issue
Block a user