1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-10 14:43:34 +01:00
bitwarden-browser/src/services/constantsService.js

9 lines
232 B
JavaScript
Raw Normal View History

function ConstantsService() {
return {
disableGaKey: 'disableGa',
2017-01-04 00:40:07 +01:00
disableAddLoginNotificationKey: 'disableAddLoginNotification',
lockOptionKey: 'lockOption',
lastActiveKey: 'lastActive'
};
};