From 437a81bb1e849a0c64b11df0f49fb8b9e8fcdc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Thu, 27 Feb 2025 19:56:20 +0100 Subject: [PATCH] Update apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift Co-authored-by: Andreas Coroiu --- .../CredentialProviderViewController.swift | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift b/apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift index 270fc854031..ebf6df25d49 100644 --- a/apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift +++ b/apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift @@ -26,11 +26,10 @@ class CredentialProviderViewController: ASCredentialProviderViewController { app.bundleIdentifier == "com.bitwarden.desktop" } - - if !isRunning { - logger.log("[autofill-extension] Bitwarden Desktop not running, attempting to launch") + if !isRunning { + logger.log("[autofill-extension] Bitwarden Desktop not running, attempting to launch") - // Try to launch the app + // Try to launch the app if let appURL = workspace.urlForApplication(withBundleIdentifier: "com.bitwarden.desktop") { let semaphore = DispatchSemaphore(value: 0)