⏮decode base64 reset key
This commit is contained in:
parent
7b7e484091
commit
92fee08dc4
@ -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'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user