mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
fix lint
This commit is contained in:
parent
7cded53cdb
commit
7d4e498257
1 changed files with 0 additions and 3 deletions
|
@ -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_FINISHED = 4; //UX can be closed
|
||||
|
||||
/**
|
||||
* Holds the active "Complete Security" session
|
||||
*/
|
||||
export class SetupEncryptionStore extends EventEmitter {
|
||||
static sharedInstance() {
|
||||
if (!global.mx_SetupEncryptionStore) global.mx_SetupEncryptionStore = new SetupEncryptionStore();
|
||||
|
|
Loading…
Reference in a new issue