From e39e7a5987de3ade6d1bd1150e6c19567aa12908 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 30 Jun 2025 15:48:43 +0200 Subject: [PATCH] Linked to Customize Styling how-to --- .../platform-supported-content/modules/deep-link.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/deep-link.md b/content/en/docs/marketplace/platform-supported-content/modules/deep-link.md index 52bbc124fb3..5781839ffee 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/deep-link.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/deep-link.md @@ -169,7 +169,8 @@ To solve this problem, you can use one of the following solutions: * 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: - 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=`. + 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=`. + 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**. 2. Add the following JavaScript using the [HTML/JavaScript Snippet](/appstore/widgets/html-javascript-snippet/) widget from the Marketplace to your custom login page: