Skip to content

Commit 5d53407

Browse files
committed
Add privacyPolicyUrl and termsOfServiceUrl on ConnectEmbed in login page
1 parent 522968a commit 5d53407

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/app/login/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ function CustomConnectEmmbed() {
7878
modalSize={isLG ? "wide" : "compact"}
7979
theme={getSDKTheme(theme === "light" ? "light" : "dark")}
8080
className="shadow-lg"
81+
privacyPolicyUrl="/privacy"
82+
termsOfServiceUrl="/tos"
8183
/>
8284
);
8385
}

0 commit comments

Comments
 (0)