Make the enterprise client canonical

This commit is contained in:
Chris Eager
2022-03-03 17:47:31 -08:00
committed by Chris Eager
parent 2a68d9095d
commit 1395dcc0be
7 changed files with 136 additions and 146 deletions

View File

@@ -7,7 +7,7 @@ package org.whispersystems.textsecuregcm.configuration;
import javax.validation.constraints.NotEmpty;
public class RecaptchaV2Configuration {
public class RecaptchaConfiguration {
private String projectPath;
private String credentialConfigurationJson;