Prompt twice when setting password

Fixes #364
This commit is contained in:
Jermolene
2014-10-06 10:22:09 +01:00
parent 0c8e538077
commit b7bbcfa056
2 changed files with 23 additions and 11 deletions
+1
View File
@@ -25,6 +25,7 @@ exports.startup = function() {
noUserName: true,
submitText: "Set password",
canCancel: true,
repeatPassword: true,
callback: function(data) {
if(data) {
$tw.crypto.setPassword(data.password);