mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-27 06:34:15 +00:00
Add code for chapter 15
This commit is contained in:
@@ -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' && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user