add signer user forms translations

This commit is contained in:
Pete Matsyburka
2024-01-09 01:25:11 +02:00
parent 4db77c18e3
commit 9356247ef0
11 changed files with 250 additions and 38 deletions
@@ -3,6 +3,7 @@
class SubmitFormController < ApplicationController
layout 'form'
around_action :with_browser_locale, only: %i[show completed]
skip_before_action :authenticate_user!
skip_authorization_check