mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
The Key Connector URL was getting overwritten back to the default URL on `submit()` because `valueChanges` gets triggered during `submit()`. This fix adds a check to make sure we only set the default URL when changing TO Key Connector from a different decryption option. In other words, don't overwrite back to the default URL during `submit()`. Also removes the trailing slash `/` from the default URL.
Bitwarden Licensed Code
All source code under this directory is licensed under the Bitwarden License Agreement.