From 64fc05dc6b45af6ba63a770f2349b14b69ebf30b Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Mon, 18 Mar 2024 15:45:51 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=92:=20prevent=20anonymous=20user?= =?UTF-8?q?=20to=20run=20a=20workflow=20and=20redirect=20to=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Workflow/WorkflowQuickView.vue | 16 ++++++++++++++-- client/src/entry/analysis/router.js | 1 + 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/client/src/components/Workflow/WorkflowQuickView.vue b/client/src/components/Workflow/WorkflowQuickView.vue index 076a1eca6ddf..b846233cdbca 100644 --- a/client/src/components/Workflow/WorkflowQuickView.vue +++ b/client/src/components/Workflow/WorkflowQuickView.vue @@ -1,12 +1,14 @@