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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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