⏮decode base64 reset key

This commit is contained in:
Philipp Dormann 2021-02-07 13:26:57 +01:00
parent 7b7e484091
commit 92fee08dc4

View File

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