Skip to content

Commit

Permalink
fix: otomi logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Mar 24, 2022
1 parent 0931f54 commit 30f55f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/keycloak/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const realmCfgTpl = (realm: string): Record<string, unknown> => ({
id: realm,
realm,
displayName: realm,
displayNameHtml: '<div class="kc-logo-text"><span>Otomi</span></div>',
enabled: true,
sslRequired: 'external',
loginTheme: 'otomi',
Expand Down

0 comments on commit 30f55f1

Please sign in to comment.