feature/FA-27_Bookmarks #59

Merged
conco merged 9 commits from feature/FA-27_Bookmarks into master 2026-01-19 22:28:03 +00:00
Showing only changes of commit b69bcd6bf4 - Show all commits

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