diff --git a/frontend/components/organisms/auth/LoginForm.vue b/frontend/components/auth/FormLogin.vue similarity index 72% rename from frontend/components/organisms/auth/LoginForm.vue rename to frontend/components/auth/FormLogin.vue index 1bfee7d9..afebcf1b 100644 --- a/frontend/components/organisms/auth/LoginForm.vue +++ b/frontend/components/auth/FormLogin.vue @@ -6,10 +6,7 @@ @agree="tryLogin" > - diff --git a/frontend/pages/auth.vue b/frontend/pages/auth.vue index 7a7ecf0f..ed928f5a 100644 --- a/frontend/pages/auth.vue +++ b/frontend/pages/auth.vue @@ -4,7 +4,7 @@ - @@ -14,17 +14,18 @@ -