From 8381c62fd88e495d82cf2fe98f18f0077ec00a71 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Mon, 25 May 2020 16:28:03 +0100 Subject: [PATCH] feat(setup flow): added registration form --- frontend/src/AppSetup.vue | 2 +- frontend/src/components/RegistrationForm.vue | 38 +++++++++++++++----- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/frontend/src/AppSetup.vue b/frontend/src/AppSetup.vue index b74efe4f5..fa17be781 100644 --- a/frontend/src/AppSetup.vue +++ b/frontend/src/AppSetup.vue @@ -4,7 +4,7 @@ -

Welcome to your new Speckle Server!

+

Welcome to your new Speckle Server!

There's a bit of housekeeping to do first before we're ready to roll.

diff --git a/frontend/src/components/RegistrationForm.vue b/frontend/src/components/RegistrationForm.vue index f58abd770..dae1a23fe 100644 --- a/frontend/src/components/RegistrationForm.vue +++ b/frontend/src/components/RegistrationForm.vue @@ -2,14 +2,16 @@ - -

Registering a first admin user will allow you to manage this Speckle Server.

- - - - - - Submit + + + Since you have deployed this server, you need to register first. This will grant you admin rights and allow you to manage this server. + + + + + + + Submit
@@ -17,8 +19,26 @@ \ No newline at end of file