Skip to content

Commit

Permalink
Privacy: Allow MFA and invalid privacy consents (#44522)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Trenkle <[email protected]>
  • Loading branch information
Hackwar and bembelimen authored Dec 19, 2024
1 parent 1b283d8 commit 37b1408
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ public function onAfterRoute()
($option == 'com_users' && $isAllowedUserTask)
|| ($option == 'com_content' && $view == 'article' && $id == $privacyArticleId)
|| ($option == 'com_users' && $view == 'profile' && $layout == 'edit')
|| ($option == 'com_users' && $view == 'captive')
) {
return;
}
Expand Down

0 comments on commit 37b1408

Please sign in to comment.