From c4a569708680fb6a83f02d48cbef2c6113c714f4 Mon Sep 17 00:00:00 2001 From: Alexei Date: Tue, 28 Apr 2020 15:41:55 -0400 Subject: [PATCH] Add another widget selector for reCAPTCHA Used on https://signup.heroku.com/account --- src/data/socialwidgets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/socialwidgets.json b/src/data/socialwidgets.json index 2c865e913e..a3e1056275 100644 --- a/src/data/socialwidgets.json +++ b/src/data/socialwidgets.json @@ -66,7 +66,8 @@ "www.google.com" ], "buttonSelectors": [ - "div.g-recaptcha" + "div.g-recaptcha", + "div#g-recaptcha" ], "scriptSelectors": [ "script[src^='//google.com/recaptcha/api.js']",