Include the registry lock email in the JS object as a sensitive field (#658)

* Include the registry lock email in the JS object as a sensitive field

* Change wording of exceptions to be more consistent
This commit is contained in:
gbrodman
2020-07-01 13:05:21 -04:00
committed by GitHub
parent a1da32bfde
commit 7f62b7a89c
6 changed files with 85 additions and 17 deletions
@@ -176,6 +176,10 @@
{if isNonnull($item['gaeUserId'])}
<input type="hidden" name="{$namePrefix}gaeUserId" value="{$item['gaeUserId']}">
{/if}
{if isNonnull($item['registryLockEmailAddress'])}
<input type="hidden" name="{$namePrefix}registryLockEmailAddress"
value="{$item['registryLockEmailAddress']}">
{/if}
</div>
{/template}