From 6cd59089633dbd7d4c118090bb194641eb282226 Mon Sep 17 00:00:00 2001 From: zurdi Date: Fri, 22 Aug 2025 13:51:41 +0200 Subject: [PATCH] Refactor register function and clean up button formatting in registration form --- frontend/src/views/Auth/Register.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/Auth/Register.vue b/frontend/src/views/Auth/Register.vue index fc76d8b66..ee0f07b24 100644 --- a/frontend/src/views/Auth/Register.vue +++ b/frontend/src/views/Auth/Register.vue @@ -23,7 +23,7 @@ function register() { if (!validForm.value) { return; } - + userApi .registerUser(username.value, email.value, password.value, token) .then(() => { @@ -89,10 +89,10 @@ onBeforeMount(() => { variant="underlined" class="mt-4" /> -