Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PortalMEC
PortalMEC-React
Merge requests
!66
Before update vinicius
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Before update vinicius
Before_update_Vinicius
into
Develop
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
lfr20
requested to merge
Before_update_Vinicius
into
Develop
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
99334b34
Prev
Next
Show latest version
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
99334b34
Updating sitekey (recaptcha) to the production one.
· 99334b34
vgm18
authored
3 years ago
src/Components/UploadPageComponents/PartThree.js
+
2
−
2
Options
@@ -217,8 +217,8 @@ export default function PartThree(props) {
<
div
style
=
{{
margin
:
"
0 auto
"
,
width
:
"
304px
"
}}
>
{
//<ReCaptcha sitekey={process.env.REACT_APP_SITE_KEY} verifyCallback={captchaVerified} /> //when key set in env
//
<ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
<
ReCaptcha
sitekey
=
"
6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
"
verifyCallback
=
{
captchaVerified
}
/> /
/
test
key
,
from
google
,
do
not
use
this
one
on
production
<
ReCaptcha
sitekey
=
"
6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX
"
verifyCallback
=
{
captchaVerified
}
/> /
/
use
this
one
on
production
//
<ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
}
<
/div
>
<
/Grid
>
Loading