Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Set lastpass default pref value
Browse files Browse the repository at this point in the history
Fixes default settings test.

Auditors: @bridiver
  • Loading branch information
diracdeltas committed Jun 29, 2016
1 parent fc21f7b commit 4856893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module.exports = {
'security.passwords.manager-enabled': true,
'security.passwords.one-password-enabled': false,
'security.passwords.dashlane-enabled': false,
'security.passwords.last-pass-enabled': false,
'general.downloads.default-save-path': null,
'general.disable-title-mode': process.platform === 'win32',
'advanced.hardware-acceleration-enabled': true,
Expand Down

1 comment on commit 4856893

@bridiver
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ thanks!

Please sign in to comment.