Browse Source

send to webVault url (#6557)

CLOUDOPS-838
rr-bw 2 years ago committed by GitHub
parent
commit
e3f6f4d1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/browser/src/popup/settings/settings.component.ts

4
apps/browser/src/popup/settings/settings.component.ts

@ -440,9 +440,7 @@ export class SettingsComponent implements OnInit { @@ -440,9 +440,7 @@ export class SettingsComponent implements OnInit {
type: "info",
});
if (confirmed) {
BrowserApi.createNewTab(
"https://bitwarden.com/help/master-password/#change-your-master-password"
);
BrowserApi.createNewTab(this.environmentService.getWebVaultUrl());
}
}

Loading…
Cancel
Save