Skip to content

Commit

Permalink
Fix panel for when there is no masterPasswordState
Browse files Browse the repository at this point in the history
  • Loading branch information
kzar committed Aug 16, 2016
1 parent b17fb63 commit 153038d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/panel/state.js
Expand Up @@ -15,7 +15,7 @@ exports.pwdList = null;
exports.masterPasswordState = null;

let stateToPanel = {
"unset": "change-master",
"unset": ["change-master"],
"set": ["enter-master", "change-master"],
"known": ["password-list", "generate-password", "legacy-password", "confirm"]
};
Expand Down

0 comments on commit 153038d

Please sign in to comment.