Add code for chapter 15

This commit is contained in:
Delba de Oliveira
2023-10-26 08:57:28 -07:00
parent 401763aa2d
commit f4eb6239c5
10 changed files with 66 additions and 134 deletions

View File

@@ -62,9 +62,7 @@ export default function LoginForm() {
</div>
</div>
</div>
<Button className="mt-4 w-full" aria-disabled={pending}>
Log in <ArrowRightIcon className="ml-auto h-5 w-5 text-gray-50" />
</Button>
<LoginButton />
<div className="flex h-8 items-end space-x-1">
{code === 'CredentialsSignin' && (
<>