Add text info for Google connexion
This commit is contained in:
@@ -172,9 +172,12 @@ function Koneksyon() {
|
||||
</Link>
|
||||
</Box>
|
||||
|
||||
<Box marginTop={4} align='center'>
|
||||
<Box marginTop={3} align='center'>
|
||||
<Typography display='block' variant='caption'>
|
||||
Vous pouvez également vous connecter via votre compte Google
|
||||
</Typography>
|
||||
{PROVIDERS.map(({id, title, icon}) => (
|
||||
<Box key={id} marginTop={3}>
|
||||
<Box key={id} marginTop={1}>
|
||||
<LoginProvider id={id} title={title} icon={icon} />
|
||||
</Box>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user