From d29cc8d55e583d49b18fc096e0bd035c389c07fe Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Mon, 29 Jan 2024 09:49:42 +0100 Subject: [PATCH] Fix minore --- modules/oauth/actions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/oauth/actions.php b/modules/oauth/actions.php index e343404e4..c2e4df9dc 100644 --- a/modules/oauth/actions.php +++ b/modules/oauth/actions.php @@ -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!'));