moved file

This commit is contained in:
Roman Hergenreder 2020-06-28 22:16:18 +02:00
parent f517d1ed71
commit 152224435c
3 changed files with 7 additions and 1 deletions

2
js/admin.min.js vendored

File diff suppressed because one or more lines are too long

@ -421,6 +421,12 @@ export default class Settings extends React.Component {
onChange={this.onChangeValue.bind(this)}/>
<label className={"form-check-label"} htmlFor={"recaptcha_enabled"}>
Enable Google's reCaptcha
<span className={"ml-2"}>
(<a href={"https://www.google.com/recaptcha/intro/v3.html"} target={"_blank"}>
More Info
<sup><small><Icon icon={"external-link-alt"} className={"ml-1"}/></small></sup>
</a>)
</span>
</label>
</div>
</div>