Client side validation of allowed email domains
This commit is contained in:
parent
b291526b13
commit
8164f5373f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "keycloakify",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Keycloak theme generator for Reacts app",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -170,7 +170,7 @@
|
||||
out.push((function (){
|
||||
|
||||
<#attempt>
|
||||
return "${authorizedMailDomain}";
|
||||
return "${authorizedMailDomains}";
|
||||
<#recover>
|
||||
</#attempt>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user