1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-06 02:23:14 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
addison
4e65a5ac4f [bug] Remove keySuffix storage option and split uses into unique methods
The keySuffix options don't work with saving serialized json as a storage object - use cases simply overwrite each other in state.
This commit breaks Auto and Biometric keys into distinct storage items and adjusts logic accordingly.
2021-11-16 09:56:01 -05:00
addison
9bde1839d1 [bug] Ensure HtmlStorageService paths are accounted for in StateService 2021-11-04 16:20:34 -04:00
addison
4f71c1832c [refactor] Extract, rename, and expand StorageServiceOptions
* Pulled StorageServiceOptions into its own file
* Renamed StorageServiceOptions to StorageOptions
* Pulled KeySuffixOpptions into its own file
* Converted KeySuffixOptions into an enum from a union type
2021-11-01 13:24:27 -04:00