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 47f2c59 commit 0cd53e4
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 @@ -158,7 +158,7 @@ async def _get_secret_value_from_url(
session_key = BitwardenService.unlock(master_password)

# Extract the domain from the URL and search for items in Bitwarden with that domain
domain = tldextract.extract(url).domain
domain = tldextract.extract(url).registered_domain
list_command = [
"bw",
"list",
Expand Down

0 comments on commit 0cd53e4

Please sign in to comment.