1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-28 06:29:27 +01:00

Fix minore

This commit is contained in:
Pek5892 2023-01-30 12:43:06 +01:00
parent 0dd88e347b
commit 9191ad78bd

View File

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