You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## [1.1.13] - 2020-12-04
2
-
* Fix on checking error pointer before assigning to prevent crashes
2
+
* Adding nil check before assigning error when developers try to get account by username from MSALPublicClientApplication, this will help to prevent a crash when passing in nil as error ponter from the API
3
3
4
4
## [1.1.12] - 2020-12-02
5
5
* Added cross-cloud B2B support.
6
6
* Fixed logic to handle links that open in new tab for embedded webview.
7
-
* accountForUsername from MSALPublicClientApplication will return nil back when username is nil or empty, error will be provided if a valid error pointer is passed in via this API
7
+
* AccountForUsername from MSALPublicClientApplication will return nil back when username is nil or empty, error will be provided if a valid error pointer is passed in via this API
8
8
* Updated user guide to provide a sample Swift & ObjC code for querying a specific account and return token silently when multiple accounts are present in the cache.
9
9
* Added client-side fix for the known ADFS PKeyAuth issue. (#1150)
0 commit comments