From aff69fb3eb0abf3103428118cd4795f07e1b24a5 Mon Sep 17 00:00:00 2001 From: simon987 Date: Tue, 30 Jan 2024 10:49:44 -0500 Subject: [PATCH] Force user to not have both --auth and --tag-auth at the same time in the UI #453 --- .../frontend/src/components/WebOptions.vue | 89 ++++++++++--------- 1 file changed, 48 insertions(+), 41 deletions(-) diff --git a/sist2-admin/frontend/src/components/WebOptions.vue b/sist2-admin/frontend/src/components/WebOptions.vue index d0471cb..8326fb8 100644 --- a/sist2-admin/frontend/src/components/WebOptions.vue +++ b/sist2-admin/frontend/src/components/WebOptions.vue @@ -1,59 +1,66 @@