Skip to content

Commit

Permalink
typo + revert to tls default with cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwittwer committed Oct 13, 2022
1 parent d18c64b commit d5d1092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<%= javascript_include_tag('shopify_app/top_level', crossorigin: 'anonymous', integrity: true) %>
</head>
<body data-api-key="<%= ShopifyApp.configuration.api_key %>" data-shop-origin="<%= "https://" + @shop %>" data-host="<%= @host %>" data-redirect-url="<%= @url %>">
<body data-api-key="<%= ShopifyApp.configuration.api_key %>" data-shop-origin="https://<%= @shop %>" data-host="<%= @host %>" data-redirect-url="<%= @url %>">
<main id="TopLevelInteractionContent">
<div class="Polaris-Page">
<div class="Polaris-Page__Content">
Expand Down
2 changes: 1 addition & 1 deletion app/views/shopify_app/shared/redirect.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
id: 'redirection-target',
data: {
target: {
myshopifyUrl: "https://#{current_shopify_domain},
myshopifyUrl: "https://#{current_shopify_domain}",
url: url,
},
},
Expand Down

0 comments on commit d5d1092

Please sign in to comment.