We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4cb4a commit 1a49292Copy full SHA for 1a49292
Sources/AppAuth/iOS/OIDExternalUserAgentIOS.m
@@ -171,7 +171,7 @@ - (BOOL)presentExternalUserAgentRequest:(id<OIDExternalUserAgentRequest>)request
171
172
// if none of the above worked, try to open the URL in Safari
173
if (!openedUserAgent){
174
- openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL options:{} completionHandler:nil];
+ openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL options:@{} completionHandler:nil];
175
}
176
177
if (!openedUserAgent) {
0 commit comments