Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/components/pages/HomePage.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class HomePage extends Component {
<h1>Welcome to Login Flow!</h1>
)}
<p>This application demonstrates what a React.js based register/login workflow might look like on the Frontend. I used <a href="https://github.com/mxstbr/react-boilerplate">react-boilerplate</a> as a starting point — the app thus uses Redux, PostCSS, react-router, ServiceWorker, AppCache, bcrypt and lots more. See the full source code on <a href="https://github.com/mxstbr/login-flow">Github</a>!</p>
<p>The default username is <code>AzureDiamond</code> and the default password is <code>hunter2</code>, but feel free to register new users! The registered users are saved to localStorage, so they'll persist across page reloads.</p>
<p>The default username is <code>AzureDiamond</code> and the default password is <code>hunter2</code>, but feel free to register new users! The registered users are saved to localStorage, so they&#39;ll persist across page reloads.</p>
{loggedIn ? (
<Link to="/dashboard" className="btn btn--dash">Dashboard</Link>
) : (
Expand Down