Skip to content

Commit

Permalink
rename basic to embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Apr 24, 2017
1 parent 2eec077 commit 4b4d683
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
.env
auth0-variables.js
npm-debug.log
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions 01-Basic-Login/src/App.js → 01-Embedded-Login/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class App extends Component {
}
</Navbar.Header>
</Navbar>
<div className="container">
{this.props.children}
</div>
</div>
);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Home extends Component {
render() {
const { isAuthenticated } = this.props.auth;
return (
<div>
<div className="container">
{
isAuthenticated() && (
<h4>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b4d683

Please sign in to comment.