Skip to content

Commit 33e401b

Browse files
author
Drew Proebstel
committed
maybe we didnt need to do that
1 parent 2e016af commit 33e401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/concerns/state_file/state_file_intake_concern.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def card_postscript
2323
end
2424

2525
def require_state_file_intake_login
26-
if current_intake.blank? && Flipper.disabled?(:fyst_sunset_pya_live)
26+
if current_intake.blank?
2727
session[:after_state_file_intake_login_path] = request.original_fullpath if request.get?
2828
flash[:notice] = I18n.t("devise.failure.timeout")
2929
redirect_to StateFile::StateFilePagesController.to_path_helper(action: :login_options)

0 commit comments

Comments
 (0)