Explorar o código

Fixed issue with register not logging you in automatically.

KrisVos130 %!s(int64=8) %!d(string=hai) anos
pai
achega
e2320c0b2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/logic/actions/users.js

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

@@ -210,7 +210,7 @@ module.exports = {
 						obj.SID = result.SID;
 					}
 					logger.success("USER_PASSWORD_REGISTER", "Register successful with password for user '" + username + "'.");
-					cb({status: 'success', message: 'Successfully registered.'});
+					cb(obj);
 				});
 			}
 		});