We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae0f5b commit 094d401Copy full SHA for 094d401
examples/django-auth-with-react/frontend/src/App.js
@@ -4,12 +4,6 @@ import './App.css';
4
import { setToken } from './actions';
5
6
class App extends Component {
7
- componentDidMount() {
8
- this.inc = setInterval(this.update,500)
9
- console.log("in");
10
- setToken()
11
- }
12
-
13
render() {
14
return (
15
<div className="App">
0 commit comments