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

Commit

Permalink
MXKAuthenticationViewController: Handle empty Identity Server URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Aug 13, 2019
1 parent 47e6ee9 commit de3b5b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions MatrixKit/Controllers/MXKAuthenticationViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,7 @@ - (void)setHomeServerTextFieldText:(NSString *)homeServerUrl
}

- (void)setIdentityServerTextFieldText:(NSString *)identityServerUrl
{
if (!identityServerUrl.length)
{
// Force refresh with default value
identityServerUrl = _defaultIdentityServerUrl;
}

{
_identityServerTextField.text = identityServerUrl;

// Update REST client
Expand Down

0 comments on commit de3b5b4

Please sign in to comment.