1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

tweaked logging

This commit is contained in:
Anders Åberg
2025-02-20 16:19:39 +01:00
parent fbfd1638b3
commit b884871c9d

View File

@@ -209,8 +209,8 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
// Create a timer for 180 second timeout
let timeoutTimer = DispatchWorkItem { [weak self] in
guard let self = self else { return }
logger.log("[autofill-extension] Registration timed out after 180 seconds")
self.extensionContext.cancelRequest(withError: BitwardenError.Internal("Registration timed out"))
logger.log("[autofill-extension] The operation timed out after 180 seconds")
self.extensionContext.cancelRequest(withError: BitwardenError.Internal("The operation timed out"))
}
// Schedule the timeout