mirror of
https://github.com/google/nomulus.git
synced 2025-06-20 19:30:47 +02: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:
parent
e20eb17458
commit
74d0cdce5b
6 changed files with 85 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue