We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798f78c commit 98607feCopy full SHA for 98607fe
1 file changed
src/plugins/auth-providers/index.ts
@@ -5,7 +5,7 @@ const CONSUMER_SECRET_SELECTOR = '#ConsumerSecret';
5
const CONSUMER_KEY_SELECTOR = '#ConsumerKey';
6
const SAVE_BUTTON_SELECTOR = 'input[id$=":saveBtn"], #topButtonRow > input[name="save"], button[title="Save"]';
7
8
-const getUrl = (orgId: string): SalesforceUrlPath => `/${orgId}/e` as SalesforceUrlPath;
+const getUrl = (orgId: string): SalesforceUrlPath => `/${orgId}/e?retURL=/${orgId}` as SalesforceUrlPath;
9
10
type AuthProviderConfig = {
11
consumerSecret?: string;
0 commit comments