diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:38 -0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-04-12 14:34:27 +0000 |
commit | 90c53df248b862fff63e015a371232a5db9d6792 (patch) | |
tree | 2637e4ae678adfd741e65862964f399765fc749a /ocs | |
parent | 5f3e5e3ce346cdbe764de5af8270d46016cd00aa (diff) | |
download | nextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.tar.gz nextcloud-server-90c53df248b862fff63e015a371232a5db9d6792.zip |
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/v1.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocs/v1.php b/ocs/v1.php index 3fba48b13c8..05539899372 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -50,6 +50,7 @@ use Symfony\Component\Routing\Exception\MethodNotAllowedException; try { OC_App::loadApps(['session']); OC_App::loadApps(['authentication']); + OC_App::loadApps(['extended_authentication']); // load all apps to get all api routes properly setup // FIXME: this should ideally appear after handleLogin but will cause |