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 fcb5003 commit e0f6f97Copy full SHA for e0f6f97
examples/auth-flow-async-with-query-params/app.js
@@ -49,11 +49,11 @@ const Form = createClass({
49
})
50
51
function Page() {
52
- return <h1>Hey I see you are authenticated.</h1>
+ return <h1>Hey, I see you are authenticated. Welcome!</h1>
53
}
54
55
function ErrorPage() {
56
- return <h1>Oh no! your auth failed!</h1>
+ return <h1>Oh no! Your auth failed!</h1>
57
58
59
function requireCredentials(nextState, replace, next) {
0 commit comments