Skip to content

Commit

Permalink
bearer failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinmerbach authored and bbodine1 committed Aug 9, 2024
1 parent c5135ff commit 8115067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/insured/consumer_roles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def match
text += "Please #{view_context.link_to('sign in', SamlInformation.iam_login_url)} with your username and password "
text += "or #{view_context.link_to('click here', SamlInformation.account_recovery_url)} if you've forgotten your password."
flash[:alert] = text
redirect_location = @bs4 ? :back : ssn_taken_insured_consumer_role_index_path
redirect_location = @bs4 ? redirect_back(fallback_location: ssn_taken_insured_consumer_role_index_path) : ssn_taken_insured_consumer_role_index_path
format.html { redirect_to(redirect_location) }
else
format.html { render 'search' }
Expand Down

0 comments on commit 8115067

Please sign in to comment.