Rename CrossSigningManager to SecurityManager
The file encompasses bits of cross-signing and also secret storage / secure backup.
This commit is contained in:
parent
18d25acf4f
commit
fb2bde94fa
10 changed files with 11 additions and 11 deletions
|
@ -19,7 +19,7 @@ import React from 'react';
|
|||
import {MatrixClientPeg} from '../../../MatrixClientPeg';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import * as sdk from '../../../index';
|
||||
import { accessSecretStorage } from '../../../CrossSigningManager';
|
||||
import { accessSecretStorage } from '../../../SecurityManager';
|
||||
import Modal from '../../../Modal';
|
||||
|
||||
export default class CrossSigningPanel extends React.PureComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue