MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / LoginButton

Function LoginButton

webapp/src/components/nav/LoginButton.tsx:6–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import {Button} from "@heroui/button";
5
6export default function LoginButton() {
7 return (
8 <Button
9 color='secondary'
10 variant='bordered'
11 onPress={() => signIn('keycloak',
12 {redirectTo: '/questions'}, {prompt: 'login'})}
13 >
14 Login
15 </Button>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…