Merge pull request #34705 from nextcloud/backport/34685/stable25

This commit is contained in:
John Molakvoæ 2022-10-21 10:43:50 +02:00 committed by GitHub
commit c9b20c0b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -722,7 +722,7 @@ class OC_App {
self::$altLogin[] = [
'name' => $provider->getLabel(),
'href' => $provider->getLink(),
'style' => $provider->getClass(),
'class' => $provider->getClass(),
];
} catch (Throwable $e) {
\OC::$server->getLogger()->logException($e, [