diff --git a/docs/getting-started/config/authentication.md b/docs/getting-started/config/authentication.md index 2442d2b767..25f3fe05cd 100644 --- a/docs/getting-started/config/authentication.md +++ b/docs/getting-started/config/authentication.md @@ -56,7 +56,15 @@ Open `packages/app/src/App.tsx` and below the last `import` line, add: import { githubAuthApiRef } from '@backstage/core-plugin-api'; ``` -Search for `const app = createApp({` in this file, and below `apis,` add: +Search for `const app = createApp({` in this file, and replace: + +```tsx title="packages/app/src/App.tsx" +components: { + SignInPage: props => , + }, +``` + +with ```tsx title="packages/app/src/App.tsx" components: {