Skip to content

Commit 66d63bb

Browse files
authored
Merge pull request #1184 from AzureAD/kaisong1990/update-changelog-1.7.15
Update change logs
2 parents 35683f2 + 30b4b5d commit 66d63bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

IdentityCore/src/workplacejoin/ios/MSIDWorkPlaceJoinUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ + (MSIDRegistrationInformation *)getRegistrationInformation:(id<MSIDRequestConte
123123
identity = [self copyWPJIdentity:context sharedAccessGroup:sharedAccessGroup certificateIssuer:&certificateIssuer privateKeyDict:&keyDict];
124124
if (!identity || CFGetTypeID(identity) != SecIdentityGetTypeID())
125125
{
126-
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, context, @"Failed to retrieve WPJ identity. Identity %@", @(!identity));
126+
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, context, @"Failed to retrieve WPJ identity. Identity is nil: %@", @(identity == nil));
127127
CFReleaseNull(identity);
128128
return nil;
129129
}

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.7.15
2+
* Fix a crash when no identiy found during getting device registration information on iOS.
3+
14
Version 1.7.14
25
* Add skip local RT when creating silent controller
36

0 commit comments

Comments
 (0)