Skip to content

Commit

Permalink
Testing the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV committed Dec 4, 2023
1 parent 96e9d6e commit 1d60e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/access-code/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% from "components/panel/_macro.njk" import onsPanel %}

{% macro onsAccessCode(params) %}
{% set groupSize = params.groupSize | default(5) %}
{% set groupSize = params.groupSize | default(4) %}
{% set extraSpaces = (params.maxlength | default(16) / groupSize) - 1 %}
{% set maxlength = params.maxlength | default(16) + extraSpaces %}

Expand Down

0 comments on commit 1d60e77

Please sign in to comment.