Fix minore

This commit is contained in:
MatteoPistorello 2024-01-29 09:49:42 +01:00
parent 4162871c10
commit d29cc8d55e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ switch (filter('op')) {
'client_secret' => post('client_secret'),
'config' => post('config'),
'enabled' => post('enabled'),
'after_configuration' => base_path().'/index.php',
], ['id' => $id_record]);
flash()->info(tr('Salvataggio completato!'));