fix(cert-email): Default user email to empty string
This commit is contained in:
committed by
mrugesh mohapatra
parent
6f4f8f9fac
commit
211245444e
@ -109,7 +109,7 @@ function getIdsForCert$(id, Challenge) {
|
||||
|
||||
function sendCertifiedEmail(
|
||||
{
|
||||
email,
|
||||
email = '',
|
||||
name,
|
||||
username,
|
||||
isRespWebDesignCert,
|
||||
|
Reference in New Issue
Block a user