Skip to content

Commit

Permalink
Add embedded param to splash_page
Browse files Browse the repository at this point in the history
Related to #1539 
The 'embedded' param from the updated OAuth flow is lost by the EnsureAuthenticatedLinks concern during redirects for deep linked pages or Admin extensions. Adding this param to ensure the flow completes successfully.
  • Loading branch information
rdillensnyder committed Oct 25, 2022
1 parent 91ee7a0 commit 9bc90cd
Showing 1 changed file with 1 addition and 0 deletions.
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 9bc90cd

Please sign in to comment.