mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Changed link on Settings "Change Master Password" and "Two Step Login" to go to the web vault settings. Also refactored a bit to reuse the urls (#1809)
This commit is contained in:
committed by
GitHub
parent
9201da8515
commit
c74ed668b5
@@ -156,7 +156,7 @@ namespace Bit.App.Pages
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
var webVault = _environmentService.GetWebVaultUrl();
|
||||
var webVault = _environmentService.GetWebVaultUrl(true);
|
||||
if (string.IsNullOrWhiteSpace(webVault))
|
||||
{
|
||||
webVault = "https://bitwarden.com";
|
||||
|
||||
Reference in New Issue
Block a user