Skip to content

Commit

Permalink
9522-qa-unable-to-scroll-down-inside-email-domains-interstitial-using…
Browse files Browse the repository at this point in the history
…-mobile-devices
  • Loading branch information
leomendoza123 committed Nov 28, 2024
1 parent ba1fff2 commit 45f2dc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/core/login-interstitials/login-interstitials.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class LoginInterstitialsService {
this.interstitialService
.getInterstitialsViewed('DOMAIN_INTERSTITIAL')
.subscribe((viewed) => {
// this.alreadySawSignDomainInterstitial = viewed
this.alreadySawSignDomainInterstitial = viewed
})
this.toggleService
.getStateOf('LOGIN_DOMAINS_INTERSTITIAL')
Expand All @@ -48,10 +48,10 @@ export class LoginInterstitialsService {
userRecord.userInfo.EFFECTIVE_USER_ORCID

if (
// isNotImpersonating &&
// !this.userHasPublicDomains(userRecord.emails) &&
// this.userHasPrivateDomains(userRecord.emails) &&
// this.loginDomainsInterstitialEnabled &&
isNotImpersonating &&
!this.userHasPublicDomains(userRecord.emails) &&
this.userHasPrivateDomains(userRecord.emails) &&
this.loginDomainsInterstitialEnabled &&
!this.alreadySawSignDomainInterstitial
) {
this.alreadySawSignDomainInterstitial = true
Expand Down

0 comments on commit 45f2dc6

Please sign in to comment.