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
The current implementation was cribbed from the add-on sdk passwords module which uses getAllLogins() and then filters the results. For scenarios where a user has lots of stored login information, we can be a lot more efficient by using findLogins()
The text was updated successfully, but these errors were encountered:
The current implementation was cribbed from the add-on sdk passwords module which uses getAllLogins() and then filters the results. For scenarios where a user has lots of stored login information, we can be a lot more efficient by using findLogins()
The text was updated successfully, but these errors were encountered: