Commit 3c94486f938d9dfb628bffbfe35e160617f714c0

Authored by Leonardo Merlin
1 parent f18db24b
Exists in feature-captcha

Update reCaptcha key

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/index.constants.js
... ... @@ -11,7 +11,7 @@
11 11 .constant('APP', {
12 12 facebook_app_id: '1',
13 13 google_app_id: '4',
14   - recaptcha_key: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
  14 + recaptcha_key: '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49',
15 15 })
16 16 .constant('API', {
17 17 token: null,
... ...