Add delete-credential.ftl page

This commit is contained in:
Joseph Garrone
2024-05-08 16:54:04 +02:00
parent 58dfd3c25c
commit 3eeba99152
5 changed files with 64 additions and 3 deletions

View File

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