From 3c94486f938d9dfb628bffbfe35e160617f714c0 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Thu, 14 Jan 2016 10:58:30 -0200 Subject: [PATCH] Update reCaptcha key --- src/app/index.constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.constants.js b/src/app/index.constants.js index 2401918..fb722bf 100644 --- a/src/app/index.constants.js +++ b/src/app/index.constants.js @@ -11,7 +11,7 @@ .constant('APP', { facebook_app_id: '1', google_app_id: '4', - recaptcha_key: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', + recaptcha_key: '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49', }) .constant('API', { token: null, -- libgit2 0.21.2