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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Storage.has(key) returns true even when the key actually doesn't exist.
This incorrect behavior is also impacting things like authenticator.endpoints.has(...), which always mistakenly returns true for an actually not registered endpoint.
I have a pull-request to address this: #125. Could someone help to take a look?
Thanks!
The text was updated successfully, but these errors were encountered:
Storage.has(key) returns true even when the key actually doesn't exist.
This incorrect behavior is also impacting things like
authenticator.endpoints.has(...)
, which always mistakenly returnstrue
for an actually not registered endpoint.I have a pull-request to address this: #125. Could someone help to take a look?
Thanks!
The text was updated successfully, but these errors were encountered: