Edit LoginProvider component
This commit is contained in:
@@ -14,12 +14,13 @@ export default function LoginProvider({id, title, icon, callbackUrl}) {
|
||||
return (
|
||||
<Link passHref href='/api/auth/signin'>
|
||||
<Button
|
||||
variant='contained'
|
||||
variant='outlined'
|
||||
size='large'
|
||||
color='primary'
|
||||
startIcon={icon}
|
||||
onClick={hanleClick}
|
||||
>
|
||||
{title} connexion
|
||||
{title}
|
||||
</Button>
|
||||
</Link>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user