oauth-dummy2
Some checks failed
deploy / test (push) Failing after 58s
deploy / Update templates on Mailgun (push) Failing after 5s

This commit is contained in:
Untone 2024-01-19 21:25:18 +03:00
parent 070e0113ef
commit e2a373d836

View File

@ -13,9 +13,9 @@ export const SocialProviders = () => {
} = useSession()
return (
<div className={styles.container}>
<div className={styles.text}>{t('or sign in with social networks')}</div>
<div className={styles.social}>
<div class={styles.container}>
<div class={styles.text}>{t('or sign in with social networks')}</div>
<div class={styles.social}>
<a href="#" onClick={(_e) => oauth('google')}>
<Icon name={'google'} />
</a>