Skip to content

Commit 1191653

Browse files
author
Kai Song
committed
Fix a typo
1 parent 447af73 commit 1191653

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IdentityCore/src/controllers/MSIDRequestControllerFactory.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ @implementation MSIDRequestControllerFactory
107107
if (!brokerController)
108108
{
109109
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, parameters, @"No fallback brokerController is provided", nil);
110-
return nil;
111110
}
112111

113112
__auto_type localController = [[MSIDSilentController alloc] initWithRequestParameters:parameters
@@ -196,7 +195,6 @@ @implementation MSIDRequestControllerFactory
196195
if (!fallbackController)
197196
{
198197
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, parameters, @"No fallbackController is provided", nil);
199-
return nil;
200198
}
201199

202200
MSIDSilentController *silentController = [[MSIDSilentController alloc] initWithRequestParameters:parameters

0 commit comments

Comments
 (0)