Merge branch 'MDL-76326-master' of https://github.com/HuongNV13/moodle

This commit is contained in:
Víctor Déniz 2022-11-17 13:19:58 +00:00
commit b2e8646ee2

View File

@ -38,7 +38,7 @@ class nextcloud extends openidconnect implements issuer_interface {
public static function init(): issuer {
$record = (object) [
'name' => 'Nextcloud',
'image' => 'https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png?x16328',
'image' => 'https://nextcloud.com/wp-content/uploads/2022/03/favicon.png',
'basicauth' => 1,
'servicetype' => 'nextcloud',
];