EddyVerbruggen / nativescript-secure-storage

:closed_lock_with_key: NativeScript plugin for secure local storage of fi. passwords
MIT License
111 stars 26 forks source link

Crash on SecureStorage.prototype.removeAll #42

Closed TheGothian closed 4 years ago

TheGothian commented 4 years ago

Seams that SAMKeychain.allAccounts(); can return nil This will result in for (var i = 0; i < allAccounts.count; i++) { } will crash

farfromrefug commented 4 years ago

PR https://github.com/EddyVerbruggen/nativescript-secure-storage/pull/43

madmas commented 4 years ago

as the PR was merged and a release forged, this issue can be closed, I think @EddyVerbruggen ;)