Skip to content

Commit

Permalink
Merge pull request #2406 from ORCID/lmendoza/singin-interstitial-2
Browse files Browse the repository at this point in the history
Lmendoza/singin interstitial 2
  • Loading branch information
leomendoza123 authored Nov 27, 2024
2 parents 47f66fa + b2dbc1b commit cdb3f07
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 @@ -65,7 +65,7 @@ export class AuthorizeComponent {
})

this._togglz
.getStateOf('DOMAINS_INTERSTITIAL')
.getStateOf('OAUTH_DOMAINS_INTERSTITIAL')
.pipe(take(1))
.subscribe((value) => {
this.oauthDomainsInterstitialEnabled = value
Expand Down

0 comments on commit cdb3f07

Please sign in to comment.