captcha rehearse
This commit is contained in:
@@ -208,7 +208,7 @@ class Answer extends Component {
|
||||
className={classes.iconButton} />
|
||||
<Typography align="left" className={classes.textButton}>
|
||||
J'<span className={classes.underlined}>importe</span> ma photo de profil
|
||||
</Typography>
|
||||
</Typography>
|
||||
<KeyboardArrowRightIcon className={classes.InputKeyboardArrowRightIcon} />
|
||||
</Button>
|
||||
</label></Fragment>)
|
||||
|
||||
@@ -46,8 +46,8 @@ module.exports = withPlugins(
|
||||
cachedMediaUrl: '/media/cache/profile_thumb/uploads/img/',
|
||||
postedContentUrl: '/uploads/img/',
|
||||
ReCAPTCHA: {
|
||||
"siteKey": "6LcCvHcUAAAAAEw2gBZkoJcVvsNp1IgU4MnrIaRI"
|
||||
},
|
||||
"siteKey": "6LdyqLwUAAAAADKI5uC7d5W9VqVgzd8VEmMU2Yi-"
|
||||
},
|
||||
}
|
||||
}]
|
||||
],
|
||||
@@ -73,7 +73,7 @@ module.exports = withPlugins(
|
||||
WaveSurfer: "wavesurfer.js",
|
||||
RecordRTC: "recordrtc"
|
||||
};
|
||||
|
||||
|
||||
config.resolve.alias = { ...config.resolve.alias, ...videojsAlias };
|
||||
config.plugins.push(videojsPlugin);
|
||||
|
||||
|
||||
@@ -75,9 +75,8 @@ module.exports = withPlugins(
|
||||
{ key: 'PWA', value: false }
|
||||
]
|
||||
},
|
||||
|
||||
ReCAPTCHA: {
|
||||
"siteKey": "6LcCvHcUAAAAAEw2gBZkoJcVvsNp1IgU4MnrIaRI"
|
||||
"siteKey": "6LdyqLwUAAAAADKI5uC7d5W9VqVgzd8VEmMU2Yi-"
|
||||
},
|
||||
eDeclicUrl: 'http://www.e-declic.com',
|
||||
enableVideo: DEV ? false : true
|
||||
|
||||
Reference in New Issue
Block a user