Skip to content

Commit

Permalink
fix markdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano committed Jan 31, 2025
1 parent ab78462 commit 2ed703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faststore/docs/go-live/2-integrating-the-vtex-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The instructions to complete this step depend on whether your store uses the My

6. Clean the `<body>` section to remove unnecessary code. By the end of this step, your Home file should look like the following:

![Home Template](https://vtexhelp.vtexassets.com/assets/docs/src/home-template___a12a67566b69529d2a3f19c98f135060.png)
![Home Template](https://vtexhelp.vtexassets.com/assets/docs/src/home-template___a12a67566b69529d2a3f19c98f135060.png)

7. Click on the **Save Template** button.

Expand Down Expand Up @@ -93,7 +93,7 @@ To redirect users back to your FastStore domain after events like logins or chec
</script>
```

> ⚠ Replace `https://www.{addDomainName}.com` with your store's main domain. For example, if the store's main domain is `https://www.mystore.com`, set the `const` as the following: `const redirectDomain = decodeURIComponent("https://www.mystore.com")`.
> ⚠ Replace `https://www.{addDomainName}.com` with your store's main domain. For example, if the store's main domain is `https://www.mystore.com`, set the `const` as the following: `const redirectDomain = decodeURIComponent("https://www.mystore.com")`.
3. Complete the remaining steps in the [Pixel app](https://developers.vtex.com/docs/guides/vtex-io-documentation-1-developnativeintegrationswithpixelapps) track to inject the script into your store's login page.

Expand Down

0 comments on commit 2ed703d

Please sign in to comment.