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

@ -117,6 +117,7 @@ func (s *syncHandler) launch(service *Service) {
panicHandler: service.panicHandler,
reporter: service.reporter,
maxSyncMemory: service.maxSyncMemory,
keyProvider: service.identityState.keyPassProvider,
}
s.group.Once(func(ctx context.Context) {