Sha256: 41e5ce8c0a1971943a32c6bde9cd38fc42e834de6b683676911d23aee2b0436c

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <base target="_top">
  <title>Redirecting…</title>
  <script>
    window.shopifyData = {
      apiKey: '<%= ShopifyApp.configuration.api_key %>',
      shopOrigin: '<%= current_shopify_domain %>',
    };
  </script>
  <%= javascript_include_tag('shopify_app/redirect', crossorigin: 'anonymous', integrity: true) %>
</head>
<body>
  <%=
  content_tag(:div, nil,
    id: 'redirection-target',
    data: {
      target: {
        myshopifyUrl: "https://#{current_shopify_domain}",
        url: url,
      },
    },
  )
  %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shopify_app-18.1.0 app/views/shopify_app/shared/redirect.html.erb
shopify_app-18.0.4 app/views/shopify_app/shared/redirect.html.erb