Fully sync login template with Keycloak 24

This commit is contained in:
Joseph Garrone
2024-04-13 03:26:15 +02:00
parent de5bc82382
commit a7a3ec711b
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();