Rename CrossSigningManager to SecurityManager

The file encompasses bits of cross-signing and also secret storage / secure
backup.
This commit is contained in:
J. Ryan Stinnett 2020-09-03 14:50:49 +01:00
parent 18d25acf4f
commit fb2bde94fa
10 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ import * as sdk from "../index";
import { _t } from "../languageHandler";
import DeviceListener from "../DeviceListener";
import SetupEncryptionDialog from "../components/views/dialogs/SetupEncryptionDialog";
import { accessSecretStorage } from "../CrossSigningManager";
import { accessSecretStorage } from "../SecurityManager";
import ToastStore from "../stores/ToastStore";
import GenericToast from "../components/views/toasts/GenericToast";