Send new password instead of empty string

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-08-18 19:47:32 +02:00 committed by Julius Härtl
parent e6c225a3f3
commit 6094c9dc39
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -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') {