Fixed registration flow when registering with matrixID & password and no email

This commit is contained in:
Emmanuel ROHEE 2014-09-04 14:04:35 +02:00 committed by Paul "LeoNerd" Evans
parent d76e548ec1
commit 9faf780740

View File

@ -82,7 +82,7 @@ angular.module('RegisterController', ['matrixService'])
}
);
} else {
registerWithMxidAndPassword($scope.account.desired_user_id, $scope.account.pwd1);
$scope.registerWithMxidAndPassword($scope.account.desired_user_id, $scope.account.pwd1);
}
};