Skip to content

Commit eb56d79

Browse files
committed
Removed commented code.
1 parent 11c540f commit eb56d79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

IdentityCore/src/webview/response/MSIDWebOAuth2AuthCodeResponse.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ - (MSIDAuthorizationCodeResult *)createAuthorizationCodeResult
6565
{
6666
MSIDAuthorizationCodeResult *result = [MSIDAuthorizationCodeResult new];
6767
result.authCode = self.authorizationCode;
68-
// result.accountIdentifier = self.authCodeClientInfo.accountIdentifier;
69-
// result.pkceVerifier = self.webViewConfiguration.pkce.codeVerifier;
68+
7069
return result;
7170
}
7271

0 commit comments

Comments
 (0)