Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Send new password instead of empty string
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb authored and juliusknorr committed Aug 19, 2019
commit 6094c9dc395d366b40c0e3524b6b2c97aed53fda
2 changes: 1 addition & 1 deletion core/src/components/login/UpdatePassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down