Skip to content

Commit

Permalink
Update realm-factory.ts with new theme default name
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvankekem authored Sep 13, 2024
1 parent 6efe076 commit 90e9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/keycloak/realm-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ export function mapTeamsToRoles(
return teamRoleRepresentations
}

export function createLoginThemeConfig(loginTheme = 'otomi'): RealmRepresentation {
export function createLoginThemeConfig(loginTheme = 'APL'): RealmRepresentation {
return defaultsDeep(new RealmRepresentation(), { loginTheme })
}

0 comments on commit 90e9d5e

Please sign in to comment.