diff --git a/backend/apis/nodejs/src/.env b/backend/apis/nodejs/src/.env index cb5415c..bd790b9 100644 --- a/backend/apis/nodejs/src/.env +++ b/backend/apis/nodejs/src/.env @@ -24,4 +24,4 @@ POSTGRES_PORT = 5432 # Application settings ALLOW_USER_REGISTRATION = true -NEEDS_EMAIL_VERIFICATION = true # Does this server need users to verify their e-mail address? \ No newline at end of file +NEEDS_EMAIL_VERIFICATION = false # Does this server need users to verify their e-mail address? \ No newline at end of file diff --git a/backend/apis/nodejs/src/controllers/person_controller.js b/backend/apis/nodejs/src/controllers/person_controller.js deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/vanilla/html/register.html b/frontend/vanilla/html/register.html index 94b0938..04431d5 100644 --- a/frontend/vanilla/html/register.html +++ b/frontend/vanilla/html/register.html @@ -9,7 +9,6 @@ -

Sign Up

@@ -30,7 +29,7 @@

- +

@@ -43,7 +42,7 @@ - - \ No newline at end of file