aboutsummaryrefslogtreecommitdiffstats
path: root/remote.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:38 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:49 -0100
commitfc29b0d1b73b1f6c8a769de75064676528142a78 (patch)
tree8dccd2dbf36e3d3fd8deab12d31a23927347f418 /remote.php
parent9edc3aa354f51c2886c2c153621a84a465a44504 (diff)
downloadnextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.tar.gz
nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.zip
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.php b/remote.php
index 43376424af8..0c33fabc762 100644
--- a/remote.php
+++ b/remote.php
@@ -153,6 +153,7 @@ try {
// Load all required applications
\OC::$REQUESTEDAPP = $app;
OC_App::loadApps(['authentication']);
+ OC_App::loadApps(['extended_authentication']);
OC_App::loadApps(['filesystem', 'logging']);
switch ($app) {