diff --git a/pages/oauth.landing.php b/pages/oauth.landing.php index e1bd0063e..5c70944ec 100644 --- a/pages/oauth.landing.php +++ b/pages/oauth.landing.php @@ -10,6 +10,5 @@ IssueLog::Trace('----- Request: '.utils::GetRequestUri(), LogChannels::WEB_REQUE $sTemplates = APPROOT.'templates/pages/backoffice/oauth'; $oUpdateController = new OAuthLandingController($sTemplates, 'core'); -$oUpdateController->AllowOnlyAdmin(); $oUpdateController->SetDefaultOperation('Landing'); $oUpdateController->HandleOperation();