1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

remove dead code

This commit is contained in:
Anders Åberg
2025-02-27 20:26:56 +01:00
parent 316c7eb5d2
commit 1cef3ead6f

View File

@@ -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"))
}