mirror of
https://github.com/google/nomulus
synced 2026-02-04 20:12:23 +00:00
Redirect Registrar.referralUrl UI actions to url field
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196597051
This commit is contained in:
@@ -154,10 +154,6 @@ public final class RegistrarFormFields {
|
||||
FormFields.MIN_TOKEN.asBuilderNamed("url")
|
||||
.build();
|
||||
|
||||
public static final FormField<String, String> REFERRAL_URL_FIELD =
|
||||
FormFields.MIN_TOKEN.asBuilderNamed("referralUrl")
|
||||
.build();
|
||||
|
||||
public static final FormField<List<String>, List<CidrAddressBlock>> IP_ADDRESS_WHITELIST_FIELD =
|
||||
FormField.named("ipAddressWhitelist")
|
||||
.emptyToNull()
|
||||
|
||||
Reference in New Issue
Block a user