1
0
mirror of https://github.com/bitwarden/web synced 2025-12-21 18:53:38 +00:00

encrypted json export option for user and orgs (#726)

* encrypted json export option for user and orgs

* move org id to base export component
This commit is contained in:
Kyle Spearrin
2020-12-04 09:58:26 -05:00
committed by GitHub
parent 5e95a8565c
commit 512b9e0a92
6 changed files with 14 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent {
const result = await this.platformUtilsService.showDialog(
this.i18nService.t('updateEncryptionKeyWarning') + ' ' +
this.i18nService.t('updateEncryptionKeyExportWarning') + ' ' +
this.i18nService.t('rotateEncKeyConfirmation'), this.i18nService.t('rotateEncKeyTitle'),
this.i18nService.t('yes'), this.i18nService.t('no'), 'warning');
if (!result) {