From 7baa7d41cf87b795644e2c69ea0ae15d5c37eaf4 Mon Sep 17 00:00:00 2001 From: Renlord Yang Date: Fri, 29 Jul 2022 02:00:51 +0000 Subject: [PATCH] Remove duplicated section Removed the section with a different header title but contained the exact text body as the following section. Signed-off-by: Renlord Yang --- docs/auth/cloudflare/access.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/auth/cloudflare/access.md b/docs/auth/cloudflare/access.md index 340817097b..c7db308438 100644 --- a/docs/auth/cloudflare/access.md +++ b/docs/auth/cloudflare/access.md @@ -84,19 +84,6 @@ Now the backend is ready to serve auth requests on the frontend sign-in mechanism to poll that endpoint through Cloudflare Access, on the user's behalf. -## Frontend Changes - -It is recommended to use the `ProxiedSignInPage` for this provider, which is -installed in `packages/app/src/App.tsx` like this: - -```diff -+import { ProxiedSignInPage } from '@backstage/core-components'; - - const app = createApp({ - components: { -+ SignInPage: props => , -``` - ## Adding the provider to the Backstage frontend It is recommended to use the `ProxiedSignInPage` for this provider, which is