From e8238555e8dc999c7cc7f3f9b99617b0d8cd5016 Mon Sep 17 00:00:00 2001 From: Helianthella Date: Fri, 25 Dec 2020 23:44:30 -0500 Subject: remove the notice about Doomsday --- .env | 6 ++++++ .env.development | 2 ++ src/App.vue | 18 +++++++++++++++++- src/views/Registration.vue | 6 +++--- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 46cafff..44bb2a1 100644 --- a/.env +++ b/.env @@ -9,3 +9,9 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI # Responsible disclosure PGP key VUE_APP_PGP= + +# Special event to display on the registration page +VUE_APP_EVENT= + +# Special message to display prominently on all pages +VUE_APP_STATUS= diff --git a/.env.development b/.env.development index 6a7d08c..39b9119 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,3 @@ VUE_APP_TITLE=TMW (DEV) + +VUE_APP_EVENT="Staging environment. This is not a production server." diff --git a/src/App.vue b/src/App.vue index f46f063..01632d9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@