Skip to content

Commit

Permalink
show normal sized recaptcha widget instead of a compact one
Browse files Browse the repository at this point in the history
  • Loading branch information
raspreet-vunet committed Nov 5, 2024
1 parent a47cc3d commit ae0d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/container/vunet/theme/vunet/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<#if recaptchaRequired?? && recaptchaSiteKey??>
<div class="form-group">
<div class="${properties.kcInputWrapperClass!}">
<div class="g-recaptcha" data-size="compact" data-sitekey="${recaptchaSiteKey}"></div>
<div class="g-recaptcha" data-sitekey="${recaptchaSiteKey}"></div>
</div>
</div>
</#if>
Expand Down

0 comments on commit ae0d3b8

Please sign in to comment.