From fced9ce4353a7ef459c7a7f81df1024764a7cf27 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Tue, 15 Oct 2019 14:19:26 +0200 Subject: [PATCH] refactor: remove `ready` quickfix in LoginForm According to the code comments this is a quick fix to avoid a visible re-arrangement of elements in the browser. To be honest: I would rather have the visible re-arrangement than this obscure quickfix. Everything that's visible and annoying will be fixed. Everything we just hide, we will forget. --- webapp/components/LoginForm/LoginForm.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue index d72b5befe..0eb0d4be9 100644 --- a/webapp/components/LoginForm/LoginForm.vue +++ b/webapp/components/LoginForm/LoginForm.vue @@ -1,5 +1,5 @@