From e4b0a6a457333fab3d66f53ebce9b8eab0c21c6d Mon Sep 17 00:00:00 2001 From: Agate Date: Mon, 6 Jul 2020 13:00:53 +0200 Subject: [PATCH] Fixed some tabbing issues --- front/src/EmbedFrame.vue | 1 - front/src/components/auth/LoginForm.vue | 2 +- front/src/components/forms/PasswordInput.vue | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/src/EmbedFrame.vue b/front/src/EmbedFrame.vue index a8dcce4fa..afee7c82f 100644 --- a/front/src/EmbedFrame.vue +++ b/front/src/EmbedFrame.vue @@ -89,7 +89,6 @@ Reset your password - + diff --git a/front/src/components/forms/PasswordInput.vue b/front/src/components/forms/PasswordInput.vue index fe1a01a9f..2e4f227a5 100644 --- a/front/src/components/forms/PasswordInput.vue +++ b/front/src/components/forms/PasswordInput.vue @@ -3,7 +3,6 @@ @@ -30,7 +29,7 @@ function copyStringToClipboard (str) { } export default { - props: ['value', 'index', 'defaultShow', 'copyButton'], + props: ['value', 'defaultShow', 'copyButton'], data () { return { showPassword: this.defaultShow || false,