Commit 1c348ceac292ebdb81559b64a663f11253b71123
Committed by
Evandro Junior
1 parent
ada22684
Exists in
master
and in
3 other branches
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,7 +11,7 @@ | ||
11 | .constant('APP', { | 11 | .constant('APP', { |
12 | facebook_app_id: '1', | 12 | facebook_app_id: '1', |
13 | google_app_id: '4', | 13 | google_app_id: '4', |
14 | - recaptcha_key: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', | 14 | + recaptcha_key: '6LeDTRUTAAAAAA1VMOmIa2oqqWaPfXsv7J90r_49', |
15 | }) | 15 | }) |
16 | .constant('API', { | 16 | .constant('API', { |
17 | token: null, | 17 | token: null, |