Fix a typo in reset password logic (#2998)
This commit is contained in:
parent
0fc657c55c
commit
5dc1705fa6
2 changed files with 2 additions and 2 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -583,7 +583,7 @@ window.app.component('username-password', {
|
||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
this.$emit('update:resetKey', this.reset_key)
|
this.$emit('update:resetKey', this.reset_key)
|
||||||
this.$emit('update:passeord_1', this.password)
|
this.$emit('update:password_1', this.password)
|
||||||
this.$emit('update:password_2', this.passwordRepeat)
|
this.$emit('update:password_2', this.passwordRepeat)
|
||||||
this.$emit('reset')
|
this.$emit('reset')
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue