Merge pull request #25770 from rgharaopensourceprojects/fix-issue-25690-update-logging-in-page

In the Gettin Started/authentication document removing duplicate import SignInPage
This commit is contained in:
Ben Lambert
2024-07-29 14:19:44 +02:00
committed by GitHub
@@ -50,7 +50,6 @@ Open `packages/app/src/App.tsx` and below the last `import` line, add:
```typescript title="packages/app/src/App.tsx"
import { githubAuthApiRef } from '@backstage/core-plugin-api';
import { SignInPage } from '@backstage/core-components';
```
Search for `const app = createApp({` in this file, and below `apis,` add: