From 8522231d4f1a605424ed4a7ff3d64e28a5f7b95f Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 3 Mar 2017 10:28:10 +0000 Subject: [PATCH] Revery unintentional change to when teamToken was returned --- src/components/structures/login/Registration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index 81d19c3d68..2c68b140e3 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -209,11 +209,11 @@ module.exports = React.createClass({ MatrixClientPeg.get().joinRoom(room.room_id); } }); - - return teamToken; }, (err) => { console.error('Error getting team config', err); }); + + return teamToken; }, (err) => { console.error('Error tracking referral', err); });