fix(GODT-2802): Fix missing key pass input for keyring unlock

This commit is contained in:
Leander Beernaert
2023-08-14 13:09:22 +02:00
parent 29f44fc312
commit cba73997cd
3 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@ type syncJob struct {
identityState *useridentity.State
panicHandler async.PanicHandler
reporter reporter.Reporter
keyProvider useridentity.KeyPassProvider
maxSyncMemory uint64
}