Skip to content

Commit e39e7a5

Browse files
committed
Linked to Customize Styling how-to
1 parent 901e697 commit e39e7a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/deep-link.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ To solve this problem, you can use one of the following solutions:
169169

170170
* As an alternative to upgrading the module and Studio Pro, you can use a custom login page instead of the default login page. To do so, perform the steps as follows:
171171

172-
1. Set the **LoginLocation** constant to `../..?cont=`. This directs the user to the custom login page. If you use a page URL for the login page, then adjust the constant accordingly, for example, to `../../p/login?cont=`.
172+
1. Set the **LoginLocation** constant to `../..?cont=`. This directs the user to the custom login page. If you use a page URL for the login page, then adjust the constant accordingly, for example, to `../../p/login?cont=`.
173+
You can add a custom login page by replacing the default login page HTML file in the project's `theme/web` folder. For more information, refer to [File and Folder Structure](/howto/front-end/customize-styling-new/#file-and-folder) in **Customize Styling**.
173174

174175
2. Add the following JavaScript using the [HTML/JavaScript Snippet](/appstore/widgets/html-javascript-snippet/) widget from the Marketplace to your custom login page:
175176

0 commit comments

Comments
 (0)