mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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
Block a user