Skip to content

Commit

Permalink
fix: admin user created by claiming does not have kobo sync role
Browse files Browse the repository at this point in the history
Closes: #1686
  • Loading branch information
gotson committed Sep 5, 2024
1 parent ee9011d commit bf8bbdd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class ClaimController(
email = email,
password = password,
roleAdmin = true,
roleFileDownload = true,
rolePageStreaming = true,
roleKoboSync = true,
),
).toDto()
}
Expand Down

0 comments on commit bf8bbdd

Please sign in to comment.