mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
log out on stamp mismatch when syncing
This commit is contained in:
@@ -44,7 +44,8 @@ namespace Bit.Core.Utilities
|
||||
var lockService = new LockService(cryptoService, userService, platformUtilsService, storageService,
|
||||
folderService, cipherService, collectionService, searchService, messagingService);
|
||||
var syncService = new SyncService(userService, apiService, settingsService, folderService,
|
||||
cipherService, cryptoService, collectionService, storageService, messagingService);
|
||||
cipherService, cryptoService, collectionService, storageService, messagingService,
|
||||
() => messagingService.Send("logout"));
|
||||
var passwordGenerationService = new PasswordGenerationService(cryptoService, storageService,
|
||||
cryptoFunctionService);
|
||||
var totpService = new TotpService(storageService, cryptoFunctionService);
|
||||
|
||||
Reference in New Issue
Block a user