Skip to content

Commit

Permalink
use the helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyon147 committed Nov 12, 2024
1 parent ed72e3d commit 8f7f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/auth/fullpage_redirect.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<base target="_top">
<meta name="shopify-api-key" content="{{ config('shopify-app.api_key') }}" />
<meta name="shopify-api-key" content="{{ \Osiset\ShopifyApp\Util::getShopifyConfig('api_key', $shopDomain ?? Auth::user()->name ) }}"/>
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>

<title>Redirecting...</title>
Expand Down

0 comments on commit 8f7f81b

Please sign in to comment.