fix typos (#27)
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
parent
2361b299f2
commit
6f1e176485
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# CNOE Backstge
|
||||
# CNOE Backstage
|
||||
|
||||
This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks.
|
||||
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue