1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-09 17:36:59 +00:00

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