Client side validation of allowed email domains

This commit is contained in:
garronej 2021-04-29 18:42:14 +02:00
parent b291526b13
commit 8164f5373f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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