From 7f118a9161e50a035dcad59728112c44d3382967 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 27 May 2020 16:24:37 +0200 Subject: [PATCH] Fix eslint issues --- client/src/layouts/DefaultFooter.vue | 25 ++- client/src/layouts/PublicLayout.vue | 6 +- client/src/pages/beta-login.vue | 80 ++++++---- client/src/pages/check-email.vue | 4 +- client/src/pages/email-verification.vue | 8 +- client/src/pages/forgot-password.vue | 12 +- client/src/pages/hello.vue | 43 +++-- client/src/pages/license-activation.vue | 69 +++++---- client/src/pages/login.vue | 29 ++-- client/src/pages/registration.vue | 198 ++++++++++++++---------- 10 files changed, 288 insertions(+), 186 deletions(-) diff --git a/client/src/layouts/DefaultFooter.vue b/client/src/layouts/DefaultFooter.vue index 04839d31..0b2a693b 100644 --- a/client/src/layouts/DefaultFooter.vue +++ b/client/src/layouts/DefaultFooter.vue @@ -25,11 +25,26 @@ diff --git a/client/src/layouts/PublicLayout.vue b/client/src/layouts/PublicLayout.vue index 723ef650..84163064 100644 --- a/client/src/layouts/PublicLayout.vue +++ b/client/src/layouts/PublicLayout.vue @@ -1,10 +1,10 @@ diff --git a/client/src/pages/check-email.vue b/client/src/pages/check-email.vue index 03211c62..29771e2e 100644 --- a/client/src/pages/check-email.vue +++ b/client/src/pages/check-email.vue @@ -1,6 +1,8 @@ diff --git a/client/src/pages/forgot-password.vue b/client/src/pages/forgot-password.vue index 981712fb..e1f29d4c 100644 --- a/client/src/pages/forgot-password.vue +++ b/client/src/pages/forgot-password.vue @@ -1,15 +1,21 @@ diff --git a/client/src/pages/hello.vue b/client/src/pages/hello.vue index 3523ec92..61902b31 100644 --- a/client/src/pages/hello.vue +++ b/client/src/pages/hello.vue @@ -1,31 +1,40 @@