mirror of
https://github.com/gotson/komga.git
synced 2026-01-05 15:26:14 +01:00
fix: admin user created by claiming does not have kobo sync role
Closes: #1686
This commit is contained in:
parent
ee9011d698
commit
bf8bbdd764
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ class ClaimController(
|
|||
email = email,
|
||||
password = password,
|
||||
roleAdmin = true,
|
||||
roleFileDownload = true,
|
||||
rolePageStreaming = true,
|
||||
roleKoboSync = true,
|
||||
),
|
||||
).toDto()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue