You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
fix lint
This commit is contained in:
@@ -24,9 +24,6 @@ export const PHASE_DONE = 2; //final done stage, but still showing UX
|
|||||||
export const PHASE_CONFIRM_SKIP = 3;
|
export const PHASE_CONFIRM_SKIP = 3;
|
||||||
export const PHASE_FINISHED = 4; //UX can be closed
|
export const PHASE_FINISHED = 4; //UX can be closed
|
||||||
|
|
||||||
/**
|
|
||||||
* Holds the active "Complete Security" session
|
|
||||||
*/
|
|
||||||
export class SetupEncryptionStore extends EventEmitter {
|
export class SetupEncryptionStore extends EventEmitter {
|
||||||
static sharedInstance() {
|
static sharedInstance() {
|
||||||
if (!global.mx_SetupEncryptionStore) global.mx_SetupEncryptionStore = new SetupEncryptionStore();
|
if (!global.mx_SetupEncryptionStore) global.mx_SetupEncryptionStore = new SetupEncryptionStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user