Fix minore
This commit is contained in:
parent
9f096c755e
commit
c847091140
2
mail.php
2
mail.php
|
@ -178,7 +178,7 @@ echo '
|
|||
'label' => tr('Contenuto'),
|
||||
'name' => 'body',
|
||||
'id' => 'body_'.rand(0, 999),
|
||||
'value' => json_encode($body),
|
||||
'value' => $body,
|
||||
]);
|
||||
|
||||
echo'
|
||||
|
|
|
@ -38,12 +38,12 @@ class Account extends Model
|
|||
'microsoft' => [
|
||||
'name' => 'Microsoft',
|
||||
'class' => Microsoft::class,
|
||||
'help' => 'https://docs.openstamanager.com/v/2.4.40/configurazioni/configurazione-oauth2#microsoft',
|
||||
'help' => 'https://docs.openstamanager.com/v/2.4.41/configurazioni/configurazione-oauth2#microsoft',
|
||||
],
|
||||
'google' => [
|
||||
'name' => 'Google',
|
||||
'class' => Google::class,
|
||||
'help' => 'https://docs.openstamanager.com/v/2.4.40/configurazioni/configurazione-oauth2#google',
|
||||
'help' => 'https://docs.openstamanager.com/v/2.4.41/configurazioni/configurazione-oauth2#google',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue