From 8ec6a3c8d75c9ae8b6f795e1f4aa8e61b6398a64 Mon Sep 17 00:00:00 2001 From: Panaintescu Adrian Date: Thu, 14 Nov 2024 23:13:32 +0200 Subject: [PATCH] fix `googleAuthApiRef` inconsistency with latest changes Signed-off-by: Panaintescu Adrian --- docs/auth/google/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/google/provider.md b/docs/auth/google/provider.md index 109c2ddd9f..e03985d432 100644 --- a/docs/auth/google/provider.md +++ b/docs/auth/google/provider.md @@ -89,6 +89,6 @@ backend.add(import('@backstage/plugin-auth-backend-module-google-provider')); ## Adding the provider to the Backstage frontend -To add the provider to the frontend, add the `googleAuthApi` reference and +To add the provider to the frontend, add the `googleAuthApiRef` reference and `SignInPage` component as shown in [Adding the provider to the sign-in page](../index.md#sign-in-configuration).