mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Unintentional commit
This commit is contained in:
parent
cd4e75c378
commit
99252e08b0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default class KeyBackupPanel extends React.PureComponent {
|
|||
Modal.createTrackedDialogAsync('Key Backup', 'Key Backup',
|
||||
import('../../../async-components/views/dialogs/keybackup/CreateKeyBackupDialog'),
|
||||
{
|
||||
secureSecretStorage: false,
|
||||
secureSecretStorage: SettingsStore.isFeatureEnabled("feature_cross_signing"),
|
||||
onFinished: () => {
|
||||
this._loadBackupStatus();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue