Skip to content

Commit af904f1

Browse files
authored
Merge pull request #294 from auth0/fix/wrong-link-angular-library
Update auth0-angular-spa.mdx
2 parents 06a8ab8 + ed2f33c commit af904f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/docs/libraries/auth0-angular-spa.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ AuthModule.forRoot({
276276
});
277277
```
278278

279-
**Note:** `tokenOptions` is passed directly to the `getTokenSilently` method on the underlying SPA SDK. Please see [the documentation](https://auth0.github.io/auth0-spa-js/interfaces/gettokensilentlyoptions.html) for more detail on the properties that are accepted.
279+
**Note:** `tokenOptions` is passed directly to the `getTokenSilently` method on the underlying SPA SDK. Please see [the documentation](https://auth0.github.io/auth0-spa-js/interfaces/GetTokenSilentlyOptions.html) for more detail on the properties that are accepted.
280280

281281
### Call an API
282282

@@ -292,4 +292,4 @@ export class MyComponent {
292292
}
293293
```
294294

295-
Note that there is nothing additional required at the call site to provide tokens or other authorization queues; that is all handled by the interceptor and the module configuration.
295+
Note that there is nothing additional required at the call site to provide tokens or other authorization queues; that is all handled by the interceptor and the module configuration.

0 commit comments

Comments
 (0)