Fix previous release

This commit is contained in:
garronej 2021-04-29 23:31:05 +02:00
parent b16319d962
commit 89ea648f18
2 changed files with 2 additions and 2 deletions

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>