Skip to content

Commit 826073e

Browse files
committed
Improve example to showcase forceLogin
1 parent 4cfaf42 commit 826073e

File tree

1 file changed

+1
-1
lines changed
  • example/twitter-example/src

1 file changed

+1
-1
lines changed

example/twitter-example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class App extends Component {
3131
requestTokenUrl="http://localhost:4000/api/v1/auth/twitter/reverse"
3232
showIcon={true}
3333
customHeaders={customHeader}
34-
forceLogin={false}/>
34+
forceLogin={true}/>
3535

3636
<TwitterLogin loginUrl="http://localhost:4000/api/v1/auth/twitter"
3737
onFailure={this.onFailed}

0 commit comments

Comments
 (0)