mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-1175 correctly delete isLoggedInUDKey in clearAuth() #35

Closed adamchel closed 6 years ago

adamchel commented 6 years ago

Really small fix with one drive-by change to fix compilation since a method was referencing userDefaults instead of storage. Didn't write any tests since the multiple login semantics test should catch this case when running on an iPhone.