1
0
mirror of https://github.com/google/nomulus synced 2026-02-03 19:42:39 +00:00

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

View File

@@ -180,7 +180,8 @@ registry.json.RegistrarAddress;
* faxNumber: (string?|undefined),
* types: (string?|undefined),
* allowedToSetRegistryLockPassword: boolean,
* registryLockAllowed: boolean
* registryLockAllowed: boolean,
* registryLockEmailAddress: (string?|undefined)
* }}
*/
registry.json.RegistrarContact;