()
| 4 | import {Button} from "@heroui/button"; |
| 5 | |
| 6 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…