Fix minore

This commit is contained in:
Pek5892 2023-02-28 09:31:10 +01:00
parent 9f096c755e
commit c847091140
2 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ echo '
'label' => tr('Contenuto'),
'name' => 'body',
'id' => 'body_'.rand(0, 999),
'value' => json_encode($body),
'value' => $body,
]);
echo'

View File

@ -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',
],
];