diff --git a/Dynamic Folder/Bitwarden/Bitwarden (Python).rdfx b/Dynamic Folder/Bitwarden/Bitwarden (Python).rdfx
index aedea25..231b162 100644
--- a/Dynamic Folder/Bitwarden/Bitwarden (Python).rdfx
+++ b/Dynamic Folder/Bitwarden/Bitwarden (Python).rdfx
@@ -37,6 +37,7 @@
Specify credentials for accessing your Bitwarden vault in the "Credentials" section.
When using the auto TOTP 2FA code generation, specify the TOTP key in the "Custom Properties" section.
Optionally, specify your Client ID and Client Secret for API Key based authentication in the "Custom Properties" section.
+ Optionally, specify a custom server url in the "Custom Properties" section.
]]>
@@ -80,6 +81,11 @@
Protected
+
+ BW Server
+ Text
+
+
python
+printError = partial(print, file=sys.stderr) # python2 compatibility
+
+print(
+ get_entries(
+ bw_server,
+ bw_path,
+ bw_user,
+ bw_pass,
+ bw_totp_key,
+ bw_client_id,
+ bw_client_secret,
+ )
+)
+
+logout(bw_path)
+
+if current_server != "":
+ set_custom_server(bw_path, current_server)
+
+]]>
json
DynCredential_
-
\ No newline at end of file
+