Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
imx-mikhala committed May 17, 2024
1 parent b650748 commit 7329b24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/passport/sdk/src/overlay/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ export default class Overlay {

private onCloseListener: (() => void) | undefined;

private addedFonts: boolean;

constructor(popupOverlayOptions: PopupOverlayOptions, isBlockedOverlay: boolean = false) {
this.disableBlockedPopupOverlay = popupOverlayOptions.disableBlockedPopupOverlay || false;
this.disableGenericPopupOverlay = popupOverlayOptions.disableGenericPopupOverlay || false;
this.isBlockedOverlay = isBlockedOverlay;
this.addedFonts = false;
}

append(tryAgainOnClick: () => void, onCloseClick: () => void) {
Expand Down

0 comments on commit 7329b24

Please sign in to comment.