Skip to content

Commit

Permalink
Fixed callback URLs in download for Angular2, Vue (#8476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Nov 8, 2019
1 parent 77e31c6 commit f98bc2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/quickstart/spa/angular2/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run the sample follow these steps:

1) Set the **Allowed Callback URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to
```text
http://localhost:3000/callback
http://localhost:3000
```
2) Set **Allowed Web Origins** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to
```text
Expand Down
4 changes: 3 additions & 1 deletion articles/quickstart/spa/vuejs/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!-- markdownlint-disable MD031 MD041 -->

To run the sample follow these steps:

1) Set the **Callback URL** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to
```text
http://localhost:3000/callback
http://localhost:3000
```
2) Set **Allowed Web Origins** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to
```text
Expand Down

0 comments on commit f98bc2a

Please sign in to comment.