Skip to content

Commit

Permalink
build version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevincent committed Nov 13, 2016
1 parent b291b5c commit d1b82d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
27 changes: 18 additions & 9 deletions dist/lesspass.js
Original file line number Diff line number Diff line change
Expand Up @@ -22182,6 +22182,7 @@ exports.default = {
storage: storage,
password: '',
useMasterPassword: false,
seeMasterPasswordHelp: false,
showError: false,
errorMessage: '',
loadingRegister: false,
Expand Down Expand Up @@ -34746,7 +34747,17 @@ module.exports={render:function (){with(this) {
}
}
}
}), "\n Check me if you want to use your master password here.\n ", _m(2)])])])])]), " ", _h('div', {
}), "\n Check me if you want to use your master password here.\n ", _h('span', {
staticClass: "tag tag-warning",
on: {
"click": function($event) {
$event.preventDefault();
seeMasterPasswordHelp = !seeMasterPasswordHelp
}
}
}, ["\n ?\n "]), " ", (seeMasterPasswordHelp) ? _h('span', {
staticClass: "text-warning"
}, [_m(2), " Your master password ", _m(3), " on a database even encrypted.\n If you want to use your master password here, you can check the option.\n It will replace your master password with a LessPass generated password.\n "]) : _e()])])])])]), " ", _h('div', {
staticClass: "form-group row"
}, [_h('div', {
staticClass: "col-xs-12 hint--bottom",
Expand All @@ -34755,7 +34766,7 @@ module.exports={render:function (){with(this) {
}
}, [_h('div', {
staticClass: "inner-addon left-addon"
}, [_m(3), " ", _h('input', {
}, [_m(4), " ", _h('input', {
directives: [{
name: "model",
rawName: "v-model",
Expand Down Expand Up @@ -34794,7 +34805,7 @@ module.exports={render:function (){with(this) {
on: {
"click": signIn
}
}, [(loadingSignIn) ? _h('span', [_m(4)]) : _e(), "\n Sign In\n "]), " ", _h('button', {
}, [(loadingSignIn) ? _h('span', [_m(5)]) : _e(), "\n Sign In\n "]), " ", _h('button', {
staticClass: "btn btn-secondary",
attrs: {
"id": "registerButton",
Expand All @@ -34803,7 +34814,7 @@ module.exports={render:function (){with(this) {
on: {
"click": register
}
}, [(loadingRegister) ? _h('span', [_m(5)]) : _e(), "\n Register\n "])])]), " ", _h('div', {
}, [(loadingRegister) ? _h('span', [_m(6)]) : _e(), "\n Register\n "])])]), " ", _h('div', {
staticClass: "form-group row"
}, [_h('div', {
staticClass: "col-xs-12"
Expand All @@ -34823,11 +34834,9 @@ module.exports={render:function (){with(this) {
staticClass: "fa fa-lock"
})
}},function (){with(this) {
return _h('a', {
attrs: {
"href": "https://github.com/lesspass/lesspass/wiki/FAQ#you-should-never-save-your-master-password"
}
}, ["Why?"])
return _h('br')
}},function (){with(this) {
return _h('b', ["should not be saved"])
}},function (){with(this) {
return _h('i', {
staticClass: "fa fa-globe"
Expand Down
Loading

0 comments on commit d1b82d7

Please sign in to comment.