only load captcha resources if not logged in.
This commit is contained in:
@@ -395,7 +395,7 @@
|
||||
|
||||
@endif
|
||||
|
||||
@if(recaptcha_enabled)
|
||||
@if(recaptcha_enabled && !session)
|
||||
<script>
|
||||
(function() {
|
||||
var _rcModalWidgetId = null;
|
||||
|
||||
Reference in New Issue
Block a user