mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Remove comment and space
This commit is contained in:
parent
827f29cef3
commit
d0b0120664
@ -65,10 +65,8 @@ export class DeviceVerificationViewModel extends ErrorReportViewModel<SegmentTyp
|
|||||||
this.updateCurrentStageViewModel(new WaitingForOtherUserViewModel(this.childOptions({ sas: this.sas })));
|
this.updateCurrentStageViewModel(new WaitingForOtherUserViewModel(this.childOptions({ sas: this.sas })));
|
||||||
}
|
}
|
||||||
return this.sas.verify();
|
return this.sas.verify();
|
||||||
// return crossSigning.signDevice(this.sas, log);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private addEventListeners() {
|
private addEventListeners() {
|
||||||
this.track(this.sas.disposableOn("SelectVerificationStage", (stage) => {
|
this.track(this.sas.disposableOn("SelectVerificationStage", (stage) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user