oauth-dummy2
This commit is contained in:
parent
070e0113ef
commit
e2a373d836
|
@ -13,9 +13,9 @@ export const SocialProviders = () => {
|
||||||
} = useSession()
|
} = useSession()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div class={styles.container}>
|
||||||
<div className={styles.text}>{t('or sign in with social networks')}</div>
|
<div class={styles.text}>{t('or sign in with social networks')}</div>
|
||||||
<div className={styles.social}>
|
<div class={styles.social}>
|
||||||
<a href="#" onClick={(_e) => oauth('google')}>
|
<a href="#" onClick={(_e) => oauth('google')}>
|
||||||
<Icon name={'google'} />
|
<Icon name={'google'} />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user