Fixed registration flow when registering with matrixID & password and no email
This commit is contained in:
parent
3983bae160
commit
3ab8cfbc14
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue