diff --git a/README.md b/README.md index 7bdfde2..9279405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CNOE Backstge +# CNOE Backstage This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks. diff --git a/packages/app/src/apis.ts b/packages/app/src/apis.ts index a2cc1cc..68db2f8 100644 --- a/packages/app/src/apis.ts +++ b/packages/app/src/apis.ts @@ -13,7 +13,7 @@ import {OAuth2} from "@backstage/core-app-api"; export const keycloakOIDCAuthApiRef: ApiRef< OpenIdConnectApi & ProfileInfoApi & BackstageIdentityApi & SessionApi > = createApiRef({ - id: 'auth.keyloak-oidc', + id: 'auth.keycloak-oidc', }); export const apis: AnyApiFactory[] = [ createApiFactory({