From e5a1542832d2af95f8a1782e5360acaebc34eea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 24 May 2021 13:34:56 +0200 Subject: [PATCH] Add access request --- components/soumet/koneksyon.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/components/soumet/koneksyon.js b/components/soumet/koneksyon.js index 4f2b1b4..f371a06 100644 --- a/components/soumet/koneksyon.js +++ b/components/soumet/koneksyon.js @@ -1,7 +1,9 @@ import {useEffect, useState} from 'react' import {signIn} from 'next-auth/client' import {useRouter} from 'next/router' +import Link from 'next/link' import { + Box, Button, Container, FormControl, @@ -123,7 +125,7 @@ function Koneksyon() {