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,11 +65,9 @@ export class DeviceVerificationViewModel extends ErrorReportViewModel<SegmentTyp
|
||||
this.updateCurrentStageViewModel(new WaitingForOtherUserViewModel(this.childOptions({ sas: this.sas })));
|
||||
}
|
||||
return this.sas.verify();
|
||||
// return crossSigning.signDevice(this.sas, log);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
private addEventListeners() {
|
||||
this.track(this.sas.disposableOn("SelectVerificationStage", (stage) => {
|
||||
this.updateCurrentStageViewModel(
|
||||
|
Loading…
Reference in New Issue
Block a user