mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Added setting to not store key via lock options, only keeping it in memory. Fixed some i18n and created constants service
This commit is contained in:
6
src/services/constantsService.js
Normal file
6
src/services/constantsService.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function ConstantsService() {
|
||||
return {
|
||||
disableGaKey: 'disableGa',
|
||||
lockOptionKey: 'lockOption'
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user