redirect delegate completed

This commit is contained in:
Pete Matsyburka
2026-03-27 14:51:14 +02:00
parent 486cc493e6
commit 407816b576
+1 -1
View File
@@ -8,7 +8,7 @@ class SubmitFormController < ApplicationController
skip_authorization_check
before_action :load_submitter, only: %i[show update completed]
before_action :maybe_redirect_delegated, only: :show
before_action :maybe_redirect_delegated, only: %i[show completed]
before_action :maybe_render_locked_page, only: :show
before_action :maybe_require_link_2fa, only: %i[show]