From 332ae91fb7b261d80846b0769421817a83c8bf7f Mon Sep 17 00:00:00 2001 From: padreug Date: Thu, 31 Jul 2025 23:52:07 +0200 Subject: [PATCH] refactor: Update Login component to improve conditional rendering of login and registration cards - Modify Login.vue to use v-if and v-else directives for better control over the display of the login and registration cards based on the showRegister state. --- src/pages/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Login.vue b/src/pages/Login.vue index b255984..5eb6240 100644 --- a/src/pages/Login.vue +++ b/src/pages/Login.vue @@ -13,7 +13,7 @@ - + Sign In @@ -50,7 +50,7 @@ - + Create Account