This commit is contained in:
Jared Palmer 2023-06-16 16:57:30 -04:00
parent 2c6777e82d
commit 67a5689e4b
2 changed files with 12 additions and 6 deletions

View file

@ -19,7 +19,6 @@ export function LoginButton({
...props
}: LoginButtonProps) {
const [isLoading, setIsLoading] = React.useState(false)
return (
<Button
variant="outline"