fix: admin user created by claiming does not have kobo sync role

Closes: #1686
This commit is contained in:
Gauthier Roebroeck 2024-09-05 09:28:06 +08:00
parent ee9011d698
commit bf8bbdd764

View file

@ -42,6 +42,9 @@ class ClaimController(
email = email,
password = password,
roleAdmin = true,
roleFileDownload = true,
rolePageStreaming = true,
roleKoboSync = true,
),
).toDto()
}