mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Merge pull request #5510 from aaronraimist/register-spec
Make registration spec compliant (fixes registration on Conduit)
This commit is contained in:
@@ -984,7 +984,10 @@
|
||||
{
|
||||
// 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": @{},
|
||||
NSDictionary *parameters = @{@"auth": @{
|
||||
@"session": self.authInputsView.authSession.session,
|
||||
@"type": kMXLoginFlowTypeDummy
|
||||
},
|
||||
@"username": self.authInputsView.userId,
|
||||
@"password": self.authInputsView.password,
|
||||
@"bind_email": @(NO),
|
||||
|
||||
Reference in New Issue
Block a user