Fix typo on email

This commit is contained in:
Cédric Couralet
2021-06-15 09:47:22 +02:00
committed by GitHub
parent 2b67544517
commit 38d2108f02

View File

@ -13,7 +13,7 @@
<#recover> <#recover>
</#attempt> </#attempt>
})(), })(),
"emal": (function (){ "email": (function (){
<#attempt> <#attempt>
return "${user.email!''}" || undefined; return "${user.email!''}" || undefined;
<#recover> <#recover>