We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb11a03 commit 52dabf2Copy full SHA for 52dabf2
src/resources/views/auth/token.blade.php
@@ -43,7 +43,7 @@
43
44
// If shopify is not defined, then we are not in a Shopify context redirect to the homepage as it
45
if (typeof shopify === 'undefined') {
46
- open("{{ route('home') }}", "_self");
+ open("{{ route(\Osiset\ShopifyApp\Util::getShopifyConfig('route_names.home')) }}", "_self");
47
}
48
49
shopify.idToken().then((token) => {
0 commit comments