Appease the linter

This commit is contained in:
Travis Ralston 2020-11-25 18:58:30 -07:00
parent fc820c4b1a
commit c2cb791f7d
2 changed files with 1 additions and 8 deletions

View file

@ -116,8 +116,6 @@ export class StopGapWidgetDriver extends WidgetDriver {
}
public async askOpenID(observer: SimpleObservable<IOpenIDUpdate>) {
const isUserWidget = this.forWidgetKind !== WidgetKind.Room; // modal and account widgets are "user" widgets
const rawUrl = this.forWidget.templateUrl;
const oidcState = WidgetPermissionStore.instance.getOIDCState(
this.forWidget, this.forWidgetKind, this.inRoomId,
);