diff --git a/www/js/intro.js b/www/js/intro.js index 9d3497948..bcb6f0012 100644 --- a/www/js/intro.js +++ b/www/js/intro.js @@ -109,8 +109,10 @@ angular.module('emission.intro', ['emission.splash.startprefs', $scope.userEmail = userEmail; CommHelper.registerUser(function(successResult) { const uuid = successResult.uuid; - return EnketoSurvey.getAllSurveyAnswers('manual/user_profile_survey' - ).then(function(answers){ + return CommHelper.updateUser({branch: 'rk-unsw'} + ).then(function() { + return EnketoSurvey.getAllSurveyAnswers('manual/user_profile_survey'); + }).then(function(answers){ return EnketoSurvey.getUserProfile({ uuid }, answers); }).then(function(userProfile){ if (userProfile) { diff --git a/www/templates/intro/intro.html b/www/templates/intro/intro.html index 671f660af..e05300ec1 100644 --- a/www/templates/intro/intro.html +++ b/www/templates/intro/intro.html @@ -1,8 +1,8 @@ - +