mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
remove dead code
This commit is contained in:
@@ -173,11 +173,6 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
|
||||
|
||||
timeoutTimer.cancel()
|
||||
|
||||
/*if let request = credentialRequest as? ASPasswordCredentialRequest {
|
||||
logger.log("[autofill-extension] provideCredentialWithoutUserInteraction2(password) called \(request)")
|
||||
return;
|
||||
}*/
|
||||
|
||||
logger.log("[autofill-extension] provideCredentialWithoutUserInteraction2 called wrong")
|
||||
self.extensionContext.cancelRequest(withError: BitwardenError.Internal("Invalid authentication request"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user