mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Removed extra cancelRequest in deinint
This commit is contained in:
@@ -76,7 +76,6 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
|
||||
|
||||
deinit {
|
||||
logger.log("[autofill-extension] deinitializing extension")
|
||||
self.extensionContext.cancelRequest(withError: NSError(domain: ASExtensionErrorDomain, code: ASExtensionError.userCanceled.rawValue))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user