Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Correa committed Oct 24, 2017
1 parent ad4e4a5 commit 1d6b509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Update the configuration file under `./server/config.json`:
"AUTH0_DOMAIN": "me.auth0.com",
"AUTH0_CLIENT_ID": "myclientid",
"AUTH0_CLIENT_SECRET": "myclientsecret",
"WT_URL": "http://localhost:3000"
"WT_URL": "http://localhost:3000"
}
```

Expand Down
1 change: 1 addition & 0 deletions public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default function(currentUser, matchingUsers) {
});
});


updateContinueUrl(skipEl, token.iss, params.state);

if (params.error_type === 'accountMismatch') {
Expand Down
2 changes: 1 addition & 1 deletion sample-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample App
# 01-Login

## Running the Sample

Expand Down

0 comments on commit 1d6b509

Please sign in to comment.