From 11387b57d33e6dce5b2757f82dff6eb5746570e3 Mon Sep 17 00:00:00 2001 From: zurdi Date: Thu, 18 Dec 2025 15:00:48 +0000 Subject: [PATCH] fix: reset default admin user fields and adjust layout styles for better visibility in Setup.vue --- frontend/src/views/Auth/Setup.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/Auth/Setup.vue b/frontend/src/views/Auth/Setup.vue index 3a73040e4..548186d0d 100644 --- a/frontend/src/views/Auth/Setup.vue +++ b/frontend/src/views/Auth/Setup.vue @@ -91,9 +91,9 @@ const metadataOptions = computed(() => [ ]); const defaultAdminUser = ref({ - username: "admin", - password: "admin123", - email: "admin@admin.com", + username: "", + password: "", + email: "", role: "admin", }); @@ -417,7 +417,7 @@ onMounted(() => {
{
{
{