This commit is contained in:
GotPPay
2018-06-01 14:54:17 +02:00
parent cd30c937f0
commit c922ed596d

View File

@@ -46,7 +46,7 @@ class ResetPassowrd extends React.Component {
"pass": this.state.pass,
};
Instance.setToken(null).post('/v1/passworddreset/complete' + state.state.token, user).then(function (res) {
Instance.setToken(null).post('/v1/passwordreset/complete/' + state.state.token, user).then(function (res) {
localStorage.removeItem('loggedUser');
location.href = '/#/login';
}).catch(function (err) {