Fix minore

This commit is contained in:
Pek5892 2023-04-12 16:06:28 +02:00
parent 324dcac7d8
commit c8014ae4c8
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ class Account extends Model
'microsoft' => [
'name' => 'Microsoft',
'class' => Microsoft::class,
'help' => 'https://docs.openstamanager.com/v/2.4.41/configurazioni/configurazione-oauth2#microsoft',
'help' => 'https://docs.openstamanager.com/v/2.4.44/configurazioni/configurazione-oauth2#microsoft',
],
'google' => [
'name' => 'Google',
'class' => Google::class,
'help' => 'https://docs.openstamanager.com/v/2.4.41/configurazioni/configurazione-oauth2#google',
'help' => 'https://docs.openstamanager.com/v/2.4.44/configurazioni/configurazione-oauth2#google',
],
];