Auto-fix lint errors
This commit is contained in:
parent
4c5720a573
commit
ae0a8b8da4
625 changed files with 3170 additions and 3232 deletions
|
@ -167,11 +167,11 @@ export class SetupEncryptionStore extends EventEmitter {
|
|||
this.phase = Phase.Done;
|
||||
this.emit("update");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
public onVerificationRequest = (request: VerificationRequest): void => {
|
||||
this.setActiveVerificationRequest(request);
|
||||
}
|
||||
};
|
||||
|
||||
public onVerificationRequestChange = (): void => {
|
||||
if (this.verificationRequest.cancelled) {
|
||||
|
@ -188,7 +188,7 @@ export class SetupEncryptionStore extends EventEmitter {
|
|||
this.phase = publicKeysTrusted ? Phase.Done : Phase.Busy;
|
||||
this.emit("update");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
public skip(): void {
|
||||
this.phase = Phase.ConfirmSkip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue