mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #34705 from nextcloud/backport/34685/stable25
This commit is contained in:
commit
c9b20c0b23
1 changed files with 1 additions and 1 deletions
|
|
@ -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, [
|
||||
|
|
|
|||
Loading…
Reference in a new issue