Backticks

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-26 11:22:38 -06:00
parent f07848c770
commit f5f61e659e
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ The values referenced are found on the Application page on your Okta site.
## Adding the provider to the Backstage frontend
To add the provider to the frontend, add the oktaAuthApi reference and
SignInPage component to `createApp` in `packages/app/src/App.tsx`:
To add the provider to the frontend, add the `oktaAuthApi` reference and
`SignInPage` component to `createApp` in `packages/app/src/App.tsx`:
```diff
+ import { oktaAuthApiRef, SignInConfig, SignInPage } from '@backstage/core';