Skip to content

Commit

Permalink
singin-interstitial
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Nov 25, 2024
1 parent 19f96b0 commit ffa5fe8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class ShareEmailsDomainsDialogComponent extends ShareEmailsDomainsCompone
if (this.data) {
this.userEmailsJson = this.data.userEmailsJson
this.organizationName = this.data.organizationName
this.dialogMode = true
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class ShareEmailsDomainsComponent {
@Input() userEmailsJson: EmailsEndpoint
@Input() organizationName: string
form: any
dialogMode: boolean
constructor(
public platformInfo: PlatformInfoService,
private fb: FormBuilder,
Expand Down

0 comments on commit ffa5fe8

Please sign in to comment.