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(() => {