From: Jérôme Benoit Date: Wed, 23 Jul 2025 19:40:47 +0000 (+0200) Subject: refactor(ui): routing behavior X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=91ad8dd561a2c357d665b62cbd48bef16fc47c02;p=e-mobility-charging-stations-simulator.git refactor(ui): routing behavior Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/src/components/actions/StartTransaction.vue b/ui/web/src/components/actions/StartTransaction.vue index a4510948..901d97bf 100644 --- a/ui/web/src/components/actions/StartTransaction.vue +++ b/ui/web/src/components/actions/StartTransaction.vue @@ -53,6 +53,7 @@ .catch((error: Error) => { $toast.error('Error at authorizing RFID tag') console.error('Error at authorizing RFID tag:', error) + $router.push({ name: 'charging-stations' }) }) } else { $uiClient