Fully sync login template with Keycloak 24

This commit is contained in:
Joseph Garrone
2024-04-13 03:26:15 +02:00
parent 51ec342f6f
commit c5c54cb807
4 changed files with 81 additions and 46 deletions

View File

@ -17,7 +17,7 @@ const isSilent = true;
const logger = getLogger({ isSilent });
async function main() {
const keycloakVersion = "23.0.4";
const keycloakVersion = "24.0.2";
const thisCodebaseRootDirPath = getThisCodebaseRootDirPath();