#20: Support advancedMsg

This commit is contained in:
garronej
2021-10-08 01:45:51 +02:00
parent 2c82a2332f
commit 2d03fbce79
2 changed files with 18 additions and 3 deletions

View File

@ -182,6 +182,7 @@
}
},
"msg": function(){ throw new Error("use import { useKcMessage } from 'keycloakify'"); },
"advancedMsg": function(){ throw new Error("use import { useKcMessage } from 'keycloakify'"); },
}
);