Commit c2ca818dd332da6d438764fd130dcbffc62cfd8b

Authored by Rafael Diego
2 parents c3076b56 5c7cf069

Merge branch 'master' into staging

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: '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i',
  14 + recaptcha_key: '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49',
15 15 })
16 16 .constant('API', {
17 17 token: null,
... ...