mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 01:26:48 +00:00
fix(GODT-2802): Fix missing key pass input for keyring unlock
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user