Replace console.info with logger.info
Related https://github.com/vector-im/element-web/issues/18425
This commit is contained in:
parent
5290afcc4c
commit
2c66403b3c
11 changed files with 21 additions and 21 deletions
|
@ -97,7 +97,7 @@ export default class CaptchaForm extends React.Component<ICaptchaFormProps, ICap
|
|||
+ "authentication");
|
||||
}
|
||||
|
||||
console.info("Rendering to %s", divId);
|
||||
logger.info("Rendering to %s", divId);
|
||||
this.captchaWidgetId = global.grecaptcha.render(divId, {
|
||||
sitekey: publicKey,
|
||||
callback: this.props.onCaptchaResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue