Skip to content

Commit

Permalink
Prevent unauthorized access to the users (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V authored Feb 9, 2024
1 parent ff575f2 commit 0d02aa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
test="${
(
loginPageConfiguration.localAuthenticationVisible
or param.sll != null
or (param.sll != null and loginPageConfiguration.showLinkToLocalAuthenticationPage)
) and loginPageConfiguration.defaultLoginPageLayout
}"
>
Expand Down

0 comments on commit 0d02aa0

Please sign in to comment.