fix typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user