mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
9 lines
230 B
JavaScript
9 lines
230 B
JavaScript
function ConstantsService() {
|
|
return {
|
|
disableGaKey: 'disableGa',
|
|
disableAddSiteNotificationKey: 'disableAddSiteNotification',
|
|
lockOptionKey: 'lockOption',
|
|
lastActiveKey: 'lastActive'
|
|
};
|
|
};
|