Skip to content

Commit

Permalink
Merge branch 'main' into feat/yarn-docker-container-registry-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw authored Nov 28, 2024
2 parents 55d49f3 + 4725b8b commit 8d795e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.107.18 - 2024-11-27

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.17...v2.107.18)

- [#2406](https://github.com/ORCID/orcid-angular/pull/2406): Lmendoza/singin interstitial 2

## v2.107.17 - 2024-11-26

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.16...v2.107.17)
Expand Down
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 8d795e5

Please sign in to comment.