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 /lib/base.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 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 86005a96954..f619864acb6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1027,6 +1027,7 @@ class OC { // Always load authentication apps OC_App::loadApps(['authentication']); + OC_App::loadApps(['extended_authentication']); // Load minimum set of apps if (!\OCP\Util::needUpgrade() |