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

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