diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:38 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:49 -0100 |
commit | fc29b0d1b73b1f6c8a769de75064676528142a78 (patch) | |
tree | 8dccd2dbf36e3d3fd8deab12d31a23927347f418 /public.php | |
parent | 9edc3aa354f51c2886c2c153621a84a465a44504 (diff) | |
download | nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.tar.gz nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.zip |
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public.php b/public.php index d9d15d7d542..2956d7f79dd 100644 --- a/public.php +++ b/public.php @@ -66,6 +66,7 @@ try { // Load all required applications \OC::$REQUESTEDAPP = $app; OC_App::loadApps(['authentication']); + OC_App::loadApps(['extended_authentication']); OC_App::loadApps(['filesystem', 'logging']); if (!\OC::$server->getAppManager()->isInstalled($app)) { |