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.
2 parents 35bdd52 + 2efd011 commit 8ca59b7Copy full SHA for 8ca59b7
examples/auth-flow/app.js
@@ -11,7 +11,7 @@ var App = React.createClass({
11
12
updateAuth(loggedIn) {
13
this.setState({
14
- loggedIn: !!loggedIn
+ loggedIn: loggedIn
15
});
16
},
17
0 commit comments