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:
@@ -23,7 +23,7 @@ export default class SettingWithModal extends Component {
|
||||
}
|
||||
|
||||
update = () => {
|
||||
var url = 'api/settings/bulk';
|
||||
var url = 'api/settings/bulk?token=' + window.token;
|
||||
var data = [];
|
||||
var settings = this.state.settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user