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

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