From 4bb69a56941d2455a1570cfaa9fc7d51ae2b9b10 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:33:15 -0500 Subject: [PATCH] dang it --- app/views/static_pages/oauth_welcome.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/static_pages/oauth_welcome.html.erb b/app/views/static_pages/oauth_welcome.html.erb index 3c6d02b..6ed4a87 100644 --- a/app/views/static_pages/oauth_welcome.html.erb +++ b/app/views/static_pages/oauth_welcome.html.erb @@ -1,8 +1,8 @@ <% service_name = @program&.name || "the application" %> <% scenario_class = @program&.onboarding_scenario_class %> <% scenario = scenario_class&.new(nil) %> -<% if scenario&.background_url %> - <% content_for(:body_style) { "background-image: url('#{scenario.background_url}'); background-size: cover; background-position: center;" } %> +<% if scenario&.background_path %> + <% content_for(:body_style) { "background-image: url('#{scenario.background_path}'); background-size: cover; background-position: center;" } %> <% end %> <%= render Components::AuthWelcome.new( headline: "Continue to #{service_name}",