Skip to content

Commit 828f2eb

Browse files
committed
remove SignInExtraInfo that was not used
1 parent c545fd9 commit 828f2eb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/src/components/stack-auth/sign-in.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,3 @@ export function SignInPasswordFirstTab() {
189189
</StackContainer>
190190
);
191191
}
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

Comments
 (0)