diff --git a/components/soumet/koneksyon.js b/components/soumet/koneksyon.js
index 339cf6f..03d08ba 100644
--- a/components/soumet/koneksyon.js
+++ b/components/soumet/koneksyon.js
@@ -17,9 +17,20 @@ import {
} from '@material-ui/core'
import {Visibility, VisibilityOff} from '@material-ui/icons'
import MuiAlert from '@material-ui/lab/Alert'
+import {Google} from '@icons-pack/react-simple-icons'
import {validateEmail} from '../../lib/utils/emails'
+import LoginProvider from './login-provider'
+
+const PROVIDERS = [
+ {
+ id: 'google',
+ title: 'Google',
+ icon:
+ }
+]
+
function Alert(props) {
return
}
@@ -161,6 +172,14 @@ function Koneksyon() {
+
+ {PROVIDERS.map(({id, title, icon}) => (
+
+
+
+ ))}
+
+
{loginError && (