We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fce6ea commit 233e185Copy full SHA for 233e185
src/__mocks__/legalEntityManagement/responses.ts
@@ -43,7 +43,7 @@ export const document = {
43
"type": "driversLicense"
44
};
45
46
-export const onboardingLink = { "url": "https://your.redirect-url.com" };
+export const onboardingLink = { "url": "https://example.com/" };
47
48
export const onboardingThemes = {
49
"next": "string",
0 commit comments