Skip to content

Commit

Permalink
tmp: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
issammani committed Jan 21, 2025
1 parent 8ee6f31 commit 3a6e775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox-ios/Storage/Rust/RustLogins.swift
Original file line number Diff line number Diff line change
Expand Up @@ -830,11 +830,11 @@ public class RustLogins: LoginsProtocol, KeyManager {
private func getKeychainData(rustKeys: RustLoginEncryptionKeys) -> (String?, String?) {
var keychainData: (String?, String?) = (nil, nil)

DispatchQueue.global(qos: .background).sync {
// DispatchQueue.global(qos: .background).sync {
let key = rustKeys.keychain.string(forKey: rustKeys.loginPerFieldKeychainKey)
let encryptedCanaryPhrase = rustKeys.keychain.string(forKey: rustKeys.canaryPhraseKey)
keychainData = (key, encryptedCanaryPhrase)
}
// }

return keychainData
}
Expand Down

0 comments on commit 3a6e775

Please sign in to comment.