bitwarden / jslib

Common code referenced across Bitwarden JavaScript projects.
https://bitwarden.com
GNU General Public License v3.0
134 stars 138 forks source link

[fix] Generator settings not persisting across web sessions #824

Closed addisonbeck closed 2 years ago

addisonbeck commented 2 years ago

https://bitwarden.atlassian.net/browse/SG-358

Type of change

Objective

Username and password generator settings don't use local storage for web, so they don't persist across sessions.

This is needed for a hotfix for web, and thus will need to be merged here and recreated in clients

Code changes

Use the correct storage options for generator settings so they are persistent across web sessions

Before you submit