Send new password instead of empty string
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
e6c225a3f3
commit
6094c9dc39
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
try {
|
||||
const { data } = await Axios.post(this.resetPasswordTarget, {
|
||||
password: this.user,
|
||||
password: this.password,
|
||||
proceed: this.proceed
|
||||
})
|
||||
if (data && data.status === 'success') {
|
||||
|
|
Loading…
Reference in a new issue