Skip to content

Commit

Permalink
use registered_domain to search in bitwarden
Browse files Browse the repository at this point in the history
  • Loading branch information
LawyZheng committed Oct 8, 2024
1 parent 0cd53e4 commit 2946cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern/forge/sdk/services/bitwarden.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2946cda

Please sign in to comment.