diff options
author | gumi <git@gumi.ca> | 2020-02-22 16:52:30 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-02-22 16:52:30 -0500 |
commit | 018d85f844fa5fa1bfb5325bc9d8d0962f5bed39 (patch) | |
tree | bc46b3adfcd76abfe8b3226a424bfe0b7332237e | |
parent | ec8c010c546274f18eaa71c69c9a3092a163cda3 (diff) | |
download | website-018d85f844fa5fa1bfb5325bc9d8d0962f5bed39.tar.gz website-018d85f844fa5fa1bfb5325bc9d8d0962f5bed39.tar.bz2 website-018d85f844fa5fa1bfb5325bc9d8d0962f5bed39.tar.xz website-018d85f844fa5fa1bfb5325bc9d8d0962f5bed39.zip |
change the no-recaptcha registration email
-rw-r--r-- | src/views/Registration.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index 8aac0c2..1a8f3fd 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -15,7 +15,7 @@ <p>If you would rather not use reCAPTCHA, you may register by contacting us by email.</p> <p>We will create a new account for you and associate it with the email address that you used to contact us.</p> <br> - <address>sysadmin@themanaworld.org</address> + <address>registration@themanaworld.org</address> </div> <!-- XXX: do we want to add the game rules here? --> |