Skip to content

Commit

Permalink
construct a single PanDomainAuthSettingsRefresher per instance (#27108)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed May 3, 2024
1 parent 40b7e96 commit d2cb3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/http/GuardianAuthWithExemptions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class GuardianAuthWithExemptions(
case _ => s"local.dev-gutools.co.uk" // covers DEV, LOCAL, tests etc.
}

override def panDomainSettings =
override val panDomainSettings =
new PanDomainAuthSettingsRefresher(
domain = toolsDomainSuffix,
system,
Expand Down

0 comments on commit d2cb3df

Please sign in to comment.