Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Use MXIdentityService to perform identity server requests #592

Merged
merged 6 commits into from Aug 21, 2019

Conversation

SBiOSoftWhare
Copy link
Contributor

@@ -156,7 +166,7 @@ - (void)submitValidationToken:(NSString *)token
{
_validationState = MXK3PIDAuthStateTokenSubmitted;

currentRequest = [mxRestClient submit3PIDValidationToken:token medium:self.medium clientSecret:self.clientSecret sid:self.sid success:^{
currentRequest = [self.identityService submit3PIDValidationToken:token medium:self.medium clientSecret:self.clientSecret sid:self.sid success:^{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

call failure if self.identityService is null

@SBiOSoftWhare SBiOSoftWhare merged commit 01243ba into identity_server_v2 Aug 21, 2019
@SBiOSoftWhare SBiOSoftWhare deleted the riot_2647 branch August 21, 2019 14:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants