diff --git a/app/routes/app._index.jsx b/app/routes/app._index.jsx index d612f25..9f64d77 100644 --- a/app/routes/app._index.jsx +++ b/app/routes/app._index.jsx @@ -112,6 +112,7 @@ export default function Index() { revalidator.revalidate(); } else if (response.result === 'declined-all') { + // just an example of conditionally giving context to the merchant shopify.toast.show("In order to access this feature, you must grant access.", { isError: true, }); @@ -135,6 +136,7 @@ export default function Index() { {/* [START optional-scopes.request-scopes-top-button] */} + {/* Update this title bar button, as well as the button below */}