added it_send_reset_password_for_user test

This commit is contained in:
Peter Papp
2021-03-04 17:13:52 +01:00
parent 350b3cb6b3
commit 80f38d47ed
4 changed files with 35 additions and 13 deletions

View File

@@ -52,7 +52,7 @@
this.isSendingRequest = true
axios
.post(this.$store.getters.api + '/users/' + this.$route.params.id + '/send-password-email',
.post(this.$store.getters.api + '/users/' + this.$route.params.id + '/reset-password',
{}
)
.then(() => {