Skip to content

Commit

Permalink
fix: keycloakstyling
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Sep 17, 2024
1 parent d359ef5 commit df2171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ async function keycloakRealmProviderConfigurer(api: KeycloakApi) {

// set login theme for master realm
await doApiCall(errors, 'adding theme for login page', () =>
api.realms.realmPut(env.KEYCLOAK_REALM, createLoginThemeConfig('otomi')),
api.realms.realmPut(env.KEYCLOAK_REALM, createLoginThemeConfig('APL')),
)
}

Expand Down

0 comments on commit df2171e

Please sign in to comment.