feature/43-password-reset #61

Merged
philipp merged 5 commits from feature/43-password-reset into dev 2021-02-07 16:11:18 +00:00
Showing only changes of commit 92fee08dc4 - Show all commits

View File

@ -12,7 +12,7 @@
text: $_('password-reset-in-progress'), text: $_('password-reset-in-progress'),
duration: 3500, duration: 3500,
}).showToast(); }).showToast();
AuthService.authControllerResetPassword(params.resetkey,{ password }) AuthService.authControllerResetPassword(atob(params.resetkey),{ password })
.then((resp) => { .then((resp) => {
Toastify({ Toastify({
text: $_('password-reset-successful'), text: $_('password-reset-successful'),