Use more specific prefix for recaptcha transition

This commit is contained in:
Ehren Kret
2021-07-30 13:50:50 -07:00
parent 33fb7a72de
commit 4c3a48f5be

View File

@@ -10,7 +10,7 @@ import javax.annotation.Nonnull;
public class TransitionalRecaptchaClient implements RecaptchaClient {
private static final String PREFIX = "signal-v2:";
private static final String PREFIX = "signal-recaptcha-v2:";
private final LegacyRecaptchaClient legacyRecaptchaClient;
private final EnterpriseRecaptchaClient enterpriseRecaptchaClient;