Explorar el Código

fix(Register): using a number in your username would break register process

Kristian Vos hace 3 años
padre
commit
7ca3ac90c1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      backend/logic/actions/users.js

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

@@ -537,7 +537,6 @@ export default {
 					next(null, {
 						_id,
 						username,
-						name: username,
 						email: {
 							address: email,
 							verificationToken