Compare commits

...

3 Commits

Author SHA1 Message Date
b21123cc9d Update changelog v0.4.4 2021-04-29 21:33:33 +00:00
7800d125b2 Merge branch 'main' of https://github.com/garronej/keycloakify into main 2021-04-29 23:31:12 +02:00
89ea648f18 Fix previous release 2021-04-29 23:31:05 +02:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
### **0.4.4** (2021-04-29)
- Fix previous release
### **0.4.3** (2021-04-29) ### **0.4.3** (2021-04-29)
- Add infos about the plugin that defines authorizedMailDomains - Add infos about the plugin that defines authorizedMailDomains

View File

@ -1,6 +1,6 @@
{ {
"name": "keycloakify", "name": "keycloakify",
"version": "0.4.3", "version": "0.4.4",
"description": "Keycloak theme generator for Reacts app", "description": "Keycloak theme generator for Reacts app",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -170,7 +170,7 @@
out.push((function (){ out.push((function (){
<#attempt> <#attempt>
return "${authorizedMailDomains}"; return "${authorizedMailDomain}";
<#recover> <#recover>
</#attempt> </#attempt>