fix: update separator color and improve conditional rendering for provider map
This commit is contained in:
parent
7cefd39652
commit
f0eb05c50d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default async function LoginPage() {
|
||||||
<CardContent className='gap-6 flex flex-col items-center'>
|
<CardContent className='gap-6 flex flex-col items-center'>
|
||||||
<LoginForm />
|
<LoginForm />
|
||||||
|
|
||||||
<Separator className='h-[1px] rounded-sm w-[60%] bg-neutral-000' />
|
<Separator className='h-[1px] rounded-sm w-[60%] bg-border' />
|
||||||
|
|
||||||
{providerMap.length > 0}
|
{providerMap.length > 0}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue