Fix a typo in reset password logic (#2998)
This commit is contained in:
+1
-1
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')
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user