1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Fix syntax error

This commit is contained in:
Anders Åberg
2025-04-30 23:21:48 +02:00
parent 95a5d80ed1
commit 733d0f4dd9

View File

@@ -302,7 +302,6 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
// Convert excluded credentials to an array of credential IDs
var excludedCredentialIds: [Data] = []
if #available(macOSApplicationExtension 15.0, *) {
if let excludedCreds = request.excludedCredentials {
// Use a runtime check approach that doesn't reference the property directly
let key = "excludedCredentials"
if let value = (request as AnyObject).value(forKey: key) {