refactor: restyle login page with UI components
Improves the login page's visual appearance by using Card and Input components.
This commit is contained in:
parent
a56b6829a2
commit
8ab50b2c5e
6 changed files with 142 additions and 45 deletions
|
@ -11,7 +11,7 @@ export default function SSOLogin({
|
|||
}) {
|
||||
return (
|
||||
<form
|
||||
className='flex flex-col items-center gap-4 w-7/8'
|
||||
className='flex flex-col items-center gap-4 w-full'
|
||||
action={async () => {
|
||||
'use server';
|
||||
await signIn(provider);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue