Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Nov 11, 2024
1 parent ad279dc commit 6592274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/authorize/pages/authorize/authorize.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class AuthorizeComponent {
tap((value) => {
this.originalEmailsBackendCopy = cloneDeep(value)
this.userHasPrivateDomains = this.userHasPrivateEmails(value)
this.userHasPublicDomains= this.userHasPublicEmails(value)
this.userHasPublicDomains = this.userHasPublicEmails(value)
}),
first()
)
Expand Down

0 comments on commit 6592274

Please sign in to comment.