diff --git a/skyvern/forge/sdk/services/bitwarden.py b/skyvern/forge/sdk/services/bitwarden.py index 4a920c89f..444c37457 100644 --- a/skyvern/forge/sdk/services/bitwarden.py +++ b/skyvern/forge/sdk/services/bitwarden.py @@ -157,7 +157,7 @@ async def _get_secret_value_from_url( BitwardenService.sync() session_key = BitwardenService.unlock(master_password) - # Extract the domain from the URL and search for items in Bitwarden with that domain + # Extract the domain(with suffix) from the URL and search for items in Bitwarden with that domain domain = tldextract.extract(url).registered_domain list_command = [ "bw",