Merge pull request #13756 from sploschee/patch-3

fix(docs): import SignInProviderConfig - not used
This commit is contained in:
Patrik Oldsberg
2022-09-20 22:20:28 +02:00
committed by GitHub
+1 -1
View File
@@ -165,7 +165,7 @@ Open `packages/app/src/App.tsx` and below the last `import` line, add:
```typescript
import { githubAuthApiRef } from '@backstage/core-plugin-api';
import { SignInProviderConfig, SignInPage } from '@backstage/core-components';
import { SignInPage } from '@backstage/core-components';
```
Search for `const app = createApp({` in this file, and below `apis,` add: