Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfowler committed Aug 29, 2024
1 parent 86b3d42 commit 0053bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/passport/sdk/src/auth/PopupWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ export class PopupWindow extends AbstractChildWindow {

protected _window: WindowProxy | null = null;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
protected popupWindowTarget: string;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
protected popupWindowFeatures: PopupWindowFeatures;

public constructor({
Expand Down

0 comments on commit 0053bb0

Please sign in to comment.