mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 22:05:07 +00:00
dang it
This commit is contained in:
parent
d2dcc70e82
commit
4bb69a5694
1 changed files with 2 additions and 2 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue