Skip to content

Commit

Permalink
Change angular sample branch to main (#10339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Dec 6, 2023
1 parent 5dbe1f6 commit 7f73f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/quickstart/spa/angular/02-calling-an-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ AuthModule.forRoot({
As Auth0 can only issue tokens for custom scopes that exist on your API, ensure that you define the scopes used above when [setting up an API](https://auth0.com/docs/getting-started/set-up-api) with Auth0.
:::

Please [refer to the docs](https://github.com/auth0/auth0-angular/blob/master/EXAMPLES.md#configure-authhttpinterceptor-to-attach-access-tokens) for more information on the available options for the HTTP interceptor.
Please [refer to the docs](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md#configure-authhttpinterceptor-to-attach-access-tokens) for more information on the available options for the HTTP interceptor.

## Make an API Call

Expand Down
2 changes: 1 addition & 1 deletion articles/quickstart/spa/angular/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ show_steps: true
github:
org: auth0-samples
repo: auth0-angular-samples
branch: master
branch: main
requirements:
- Angular 12+
next_steps:
Expand Down

0 comments on commit 7f73f68

Please sign in to comment.