We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2881e2b commit 92176c4Copy full SHA for 92176c4
BitwardenShared/Core/Auth/Repositories/AuthRepository.swift
@@ -760,6 +760,7 @@ extension DefaultAuthRepository: AuthRepository {
760
let userId = try await stateService.getAccountIdOrActiveId(userId: userId)
761
762
// Clear all user data.
763
+ try await stateService.setSyncToAuthenticator(false, userId: userId)
764
try await biometricsRepository.setBiometricUnlockKey(authKey: nil)
765
try await keychainService.deleteItems(for: userId)
766
await vaultTimeoutService.remove(userId: userId)
0 commit comments