Browse Source

Minor Changes

theflametrooper 8 years ago
parent
commit
0917777713
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/logic/actions/users.js
  2. 1 1
      frontend/components/pages/Team.vue

+ 1 - 1
backend/logic/actions/users.js

@@ -178,7 +178,7 @@ module.exports = {
 					username,
 					email: {
 						address: email,
-						verificationToken: verificationToken
+						verificationToken
 					},
 					services: {
 						password: {

+ 1 - 1
frontend/components/pages/Team.vue

@@ -51,7 +51,7 @@
 								</li>
 								<li>
 									<b>Email: </b>
-									<a href="mailto:theflametrooper@gmail.com">theflametrooper@gmail.com</a>
+									<a href="mailto:atjonathan@engineer.com">atjonathan@engineer.com</a>
 								</li>
 							</ul>
 						</div>