1
0
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:
Federico Maccaroni
2022-02-24 10:27:08 -03:00
committed by GitHub
parent 9201da8515
commit c74ed668b5
6 changed files with 28 additions and 29 deletions

View File

@@ -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";