1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

fix old attachments article info

This commit is contained in:
Kyle Spearrin
2018-11-16 09:17:33 -05:00
parent afd7a0494f
commit 384978a511
3 changed files with 5 additions and 3 deletions

View File

@@ -144,7 +144,8 @@ export class ChangePasswordComponent implements OnInit {
this.i18nService.t('oldAttachmentsNeedFixDesc'), null,
this.i18nService.t('learnMore'), this.i18nService.t('close'), 'warning');
if (learnMore) {
this.platformUtilsService.launchUri('https://help.bitwarden.com/article/attachments/');
this.platformUtilsService.launchUri(
'http://localhost:4009/article/attachments/#fixing-old-attachments');
}
this.rotateEncKey = false;
return;