We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c545fd9 commit 828f2ebCopy full SHA for 828f2eb
1 file changed
docs/src/components/stack-auth/sign-in.tsx
@@ -189,14 +189,3 @@ export function SignInPasswordFirstTab() {
189
</StackContainer>
190
);
191
}
192
-
193
-export function SignInExtraInfo() {
194
- return (
195
- <StackContainer color="blue">
196
- <SignIn
197
- extraInfo={<>By signing in, you agree to our <a href="#" className="text-fd-primary hover:underline">Terms of Service</a></>}
198
- mockProject={mockProject}
199
- />
200
- </StackContainer>
201
- );
202
-}
0 commit comments