Registration: Added the next link to registration request

This commit is contained in:
manuroe
2016-04-21 10:26:15 +02:00
parent 903c095c3f
commit a043a4ca81
2 changed files with 11 additions and 1 deletions
@@ -1131,7 +1131,7 @@
MXSession* session = [[AppDelegate theDelegate].mxSessions objectAtIndex:0];
MXK3PID *new3PID = [[MXK3PID alloc] initWithMedium:kMX3PIDMediumEmail andAddress:newEmailTextField.text];
[new3PID requestValidationTokenWithMatrixRestClient:session.matrixRestClient success:^{
[new3PID requestValidationTokenWithMatrixRestClient:session.matrixRestClient nextLink:nil success:^{
[self showValidationEmailDialogWithMessage:[NSBundle mxk_localizedStringForKey:@"account_email_validation_message"] for3PID:new3PID];