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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user