MDL-76326 oauth2: Update Nextcloud logo to the new one

This commit is contained in:
Huong Nguyen
2022-11-17 11:31:16 +07:00
parent e45f7f691a
commit ea4a582b3d
+1 -1
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',
];