fix googleAuthApiRef inconsistency with latest changes

Signed-off-by: Panaintescu Adrian <adrian.cert@gmail.com>
This commit is contained in:
Panaintescu Adrian
2024-11-14 23:13:32 +02:00
committed by GitHub
parent b9d3e051a6
commit 8ec6a3c8d7
+1 -1
View File
@@ -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).