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 522968a commit 5d53407Copy full SHA for 5d53407
apps/dashboard/src/app/login/page.tsx
@@ -78,6 +78,8 @@ function CustomConnectEmmbed() {
78
modalSize={isLG ? "wide" : "compact"}
79
theme={getSDKTheme(theme === "light" ? "light" : "dark")}
80
className="shadow-lg"
81
+ privacyPolicyUrl="/privacy"
82
+ termsOfServiceUrl="/tos"
83
/>
84
);
85
}
0 commit comments