From aba3e9d70f08518e4e69144d20e9138e4160a090 Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 2 Sep 2019 17:14:22 +0200 Subject: [PATCH] Fix build after small API break --- Riot/Modules/Authentication/AuthenticationViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Authentication/AuthenticationViewController.m b/Riot/Modules/Authentication/AuthenticationViewController.m index 8ac5228b0..6494ae565 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.m +++ b/Riot/Modules/Authentication/AuthenticationViewController.m @@ -926,7 +926,7 @@ } else { - [self checkIdentityServerRequirement]; + [self checkIdentityServer]; } NSString *customIdentityServerURL = [[NSUserDefaults standardUserDefaults] objectForKey:@"customIdentityServerURL"]; if (customIdentityServerURL.length)