Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jul 2, 2024
1 parent 5555dbd commit ff65a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequent-ui/templates/SequentConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ var SequentConfigData = {
],

// Number of seconds after which an authentication token expires.
authTokenExpirationSeconds: {{ config.iam.auth_token_expiration_seconds }},
authTokenExpirationSeconds: {{ config.iam.access_auth_token_expiration_seconds }},

// Allow to tally multiple times and when election is open.
enableMultipleTallies: {% if config.enable_multiple_tallies %}true{% else %}false{% endif %},
Expand Down

0 comments on commit ff65a31

Please sign in to comment.