mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 06:28:27 +01:00
Fixed some bugs
- Didn't add token to URL for settings - Auth collapse wouldn't hide
This commit is contained in:
@@ -57,6 +57,9 @@ export default class ResetPassword extends Component {
|
||||
.then((resp) => {
|
||||
toast.success('Password updated');
|
||||
this.toggleModal();
|
||||
if(this.state.logoutDevices == true) {
|
||||
location.reload(true);
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
if(err.response) {
|
||||
|
||||
Reference in New Issue
Block a user