From a50d73bcdb77addefd35eb2fa8f8931d1e5e4f06 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 12 Feb 2022 00:50:51 +0000 Subject: [PATCH] End User License consent system added --- ayanova/src/components/lcr-control.vue | 123 ++++++++ ayanova/src/views/login.vue | 377 +++++++++++++------------ 2 files changed, 320 insertions(+), 180 deletions(-) create mode 100644 ayanova/src/components/lcr-control.vue diff --git a/ayanova/src/components/lcr-control.vue b/ayanova/src/components/lcr-control.vue new file mode 100644 index 00000000..40a3c3e7 --- /dev/null +++ b/ayanova/src/components/lcr-control.vue @@ -0,0 +1,123 @@ + + diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index 8a45e8a2..a4073fd1 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -1,199 +1,214 @@