Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change angular sample branch to main #10339

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
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 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
Loading