conflicting types
This commit is contained in:
parent
6786290004
commit
d32a204ee6
|
@ -67,8 +67,10 @@
|
|||
{{if .RequireU2F}}
|
||||
<script src="{{AppSubUrl}}/vendor/plugins/u2f/index.js"></script>
|
||||
{{end}}
|
||||
{{if and .EnableCaptcha (and .CaptchaType (eq .CaptchaType "recaptcha"))}}
|
||||
<script src="https://www.google.com/recaptcha/api.js" async></script>
|
||||
{{if .EnableCaptcha}}
|
||||
{{if eq .CaptchaType "recaptcha"}}
|
||||
<script src="https://www.google.com/recaptcha/api.js" async></script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{if .RequireTribute}}
|
||||
<script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user