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:
parent
d76e548ec1
commit
9faf780740
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ angular.module('RegisterController', ['matrixService'])
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
registerWithMxidAndPassword($scope.account.desired_user_id, $scope.account.pwd1);
|
$scope.registerWithMxidAndPassword($scope.account.desired_user_id, $scope.account.pwd1);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue