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