Skip to content

Commit 37b1408

Browse files
Hackwarbembelimen
andauthored
Privacy: Allow MFA and invalid privacy consents (#44522)
Co-authored-by: Benjamin Trenkle <[email protected]>
1 parent 1b283d8 commit 37b1408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/system/privacyconsent/src/Extension/PrivacyConsent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public function onAfterRoute()
289289
($option == 'com_users' && $isAllowedUserTask)
290290
|| ($option == 'com_content' && $view == 'article' && $id == $privacyArticleId)
291291
|| ($option == 'com_users' && $view == 'profile' && $layout == 'edit')
292+
|| ($option == 'com_users' && $view == 'captive')
292293
) {
293294
return;
294295
}

0 commit comments

Comments
 (0)