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
parent 3983bae160
commit 3ab8cfbc14

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);
}
};