Skip to content

Commit

Permalink
Add embedded param to splash_page (Shopify#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdillensnyder authored and fabriazza committed Feb 1, 2023
1 parent 1eec47f commit ec0172f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
----------
* Fixes a bug with `EnsureAuthenticatedLinks` causing deep links to not work [#1549](https://github.com/Shopify/shopify_app/pull/1549)

21.2.0 (Oct 25, 2022)
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def splash_page
return_to: request.fullpath,
shop: current_shopify_domain,
host: params[:host],
embedded: params[:embedded],
)
end

Expand Down

0 comments on commit ec0172f

Please sign in to comment.