captcha rehearse

This commit is contained in:
2019-10-15 09:45:41 +02:00
parent cc02119938
commit a2042e48e7
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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>)
+3 -3
View File
@@ -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);
+1 -2
View File
@@ -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