This is an automated email from the ASF dual-hosted git repository.

bartmaer pushed a commit to branch release/2.16.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release/2.16.0 by this push:
     new 006d8f7cd6 Fix HTML entity in Salesforce connection instructions #6012
006d8f7cd6 is described below

commit 006d8f7cd6ea473d4bd75980f1f0c9f99c4308f8
Author: Bart Maertens <[email protected]>
AuthorDate: Sat Nov 15 20:16:07 2025 +0100

    Fix HTML entity in Salesforce connection instructions #6012
---
 .../modules/ROOT/pages/metadata-types/salesforce-connection.adoc        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/salesforce-connection.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/salesforce-connection.adoc
index 545003f045..ebc8c02223 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/salesforce-connection.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/salesforce-connection.adoc
@@ -212,7 +212,7 @@ Once your Connected App is configured, create the OAuth 
connection in Hop:
 When you click "Authorize", a browser window will open with the Salesforce 
login page:
 
 1. **Login**: Enter your Salesforce credentials and log in
-2. **Force Re-authorization** (Optional): If you're already logged in to 
Salesforce, you may not see the authorization screen. To force Salesforce to 
show the authorization screen again, add `&prompt=login` to the authorization 
URL
+2. **Force Re-authorization** (Optional): If you're already logged in to 
Salesforce, you may not see the authorization screen. To force Salesforce to 
show the authorization screen again, add `&amp;prompt=login` to the 
authorization URL
 3. **Grant Access**: Click "Allow" to authorize the application
 4. **Extract Authorization Code**: 
    * After authorization, Salesforce will redirect to your callback URL

Reply via email to