From 7cc9e896be282bc2405324d277f942f5f49452cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 30 Jan 2022 19:30:02 +0400 Subject: [PATCH] Remove Google provider --- components/sesyon/koneksyon.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/components/sesyon/koneksyon.js b/components/sesyon/koneksyon.js index 75aadc2..436b095 100644 --- a/components/sesyon/koneksyon.js +++ b/components/sesyon/koneksyon.js @@ -18,22 +18,11 @@ import { } from '@mui/material' import {Visibility, VisibilityOff} from '@mui/icons-material' import MuiAlert from '@mui/material/Alert' -import {Google} from '@icons-pack/react-simple-icons' import {validateEmail} from '../../lib/utils/emails' -import LoginProvider from './login-provider' - const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000' -const PROVIDERS = [ - { - id: 'google', - title: 'Google', - icon: - } -] - const Alert = forwardRef(function Alert(props, ref) { return }) @@ -169,14 +158,6 @@ function Koneksyon({detay, tit, soutit, titGwose, chimen}) { {loading && } - - {PROVIDERS.map(({id, title, icon}) => ( - - - - ))} - - {detay && (