mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Make registration spec compliant (fixes registration on Conduit)
Web PR: https://github.com/matrix-org/matrix-react-sdk/pull/4347 Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
@@ -981,8 +981,7 @@
|
||||
{
|
||||
// Trigger here a register request in order to associate the filled userId and password to the current session id
|
||||
// This will check the availability of the userId at the same time
|
||||
NSDictionary *parameters = @{@"auth": @{},
|
||||
@"username": self.authInputsView.userId,
|
||||
NSDictionary *parameters = @{@"username": self.authInputsView.userId,
|
||||
@"password": self.authInputsView.password,
|
||||
@"bind_email": @(NO),
|
||||
@"initial_device_display_name":self.deviceDisplayName
|
||||
|
||||
Reference in New Issue
Block a user