mirror of
https://github.com/moodle/moodle.git
synced 2025-02-16 05:45:36 +01:00
Merge branch 'MDL-76326-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
commit
b2e8646ee2
@ -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',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user