Skip to content

Commit

Permalink
✨ Security confirmation (#181) (#184)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#224
  • Loading branch information
edulix committed Nov 17, 2023
1 parent e4b253a commit 898b592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/Models.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,8 @@ case class ElectionPresentation(
i18n_languages_conf: Option[LanguagesConf],
anchor_continue_btn_to_bottom: Option[Boolean],
booth_log_out__countdown_seconds: Option[Int],
mandatory_acceptance_tos_html: Option[String],
mandatory_acceptance_tos_html_i18n: Map[String, String],

// Override translations for languages. Example:
// {"en": {"avRegistration.forgotPassword": "Whatever"}}
Expand Down

0 comments on commit 898b592

Please sign in to comment.