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