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 4cfaf42 commit 826073eCopy full SHA for 826073e
example/twitter-example/src/App.js
@@ -31,7 +31,7 @@ class App extends Component {
31
requestTokenUrl="http://localhost:4000/api/v1/auth/twitter/reverse"
32
showIcon={true}
33
customHeaders={customHeader}
34
- forceLogin={false}/>
+ forceLogin={true}/>
35
36
<TwitterLogin loginUrl="http://localhost:4000/api/v1/auth/twitter"
37
onFailure={this.onFailed}
0 commit comments