From 59df64027e8181d894027d65ee3f96859ea6a252 Mon Sep 17 00:00:00 2001 From: Brandon Tripp Date: Fri, 20 Nov 2020 11:33:11 -0700 Subject: [PATCH] adding linted code to pull request. --- webapp/components/LoginForm/LoginForm.vue | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue index 1e5650b99..0df0dfdb6 100644 --- a/webapp/components/LoginForm/LoginForm.vue +++ b/webapp/components/LoginForm/LoginForm.vue @@ -32,15 +32,14 @@ /> - + @@ -68,7 +67,7 @@ import BaseIcon from '../_new/generic/BaseIcon/BaseIcon' export default { components: { LocaleSwitch, - BaseIcon + BaseIcon, }, data() { return { @@ -76,7 +75,7 @@ export default { email: '', password: '', }, - showPassword: false + showPassword: false, } }, computed: { @@ -154,7 +153,5 @@ export default { margin-right: -16px; width: 100%; } - } -