File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
IdentityCore/src/webview/embeddedWebview/challangeHandlers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ + (BOOL)handleChallenge:(NSString *)challengeUrl
7878 [queryDict setValue: MSIDDeviceId.deviceId[MSID_VERSION_KEY] forKey: MSID_VERSION_KEY];
7979 responseUrlComp.percentEncodedQuery = [queryDict msidURLFormEncode ];
8080
81- NSMutableURLRequest *responseReq = [[NSMutableURLRequest alloc ]initWithURL:responseUrlComp.URL];
81+ NSMutableURLRequest *responseReq = [[NSMutableURLRequest alloc ] initWithURL: responseUrlComp.URL];
8282 [responseReq setValue: kMSIDPKeyAuthHeaderVersion forHTTPHeaderField: kMSIDPKeyAuthHeader ];
8383 [responseReq setValue: authHeader forHTTPHeaderField: MSID_OAUTH2_AUTHORIZATION];
8484 completionHandler (responseReq, nil );
You can’t perform that action at this time.
0 commit comments