@@ -85,11 +89,34 @@ function Email() {
-
+
Glemt passord?
-
+
-
Logg inn
+
+
+
+ Logg inn
+
+
+
+
+
+
+
)
diff --git a/tavla/app/(admin)/components/Login/index.tsx b/tavla/app/(admin)/components/Login/index.tsx
index 0c9c332c1..3e9b65b23 100644
--- a/tavla/app/(admin)/components/Login/index.tsx
+++ b/tavla/app/(admin)/components/Login/index.tsx
@@ -3,7 +3,7 @@ import Link from 'next/link'
import { Modal } from '@entur/modal'
import { usePathname, useRouter } from 'next/navigation'
import { IconButton, SecondarySquareButton } from '@entur/button'
-import { BackArrowIcon, CloseIcon, LogOutIcon, UserIcon } from '@entur/icons'
+import { BackArrowIcon, LogOutIcon, UserIcon } from '@entur/icons'
import { logout } from './actions'
import { Email } from './Email'
import { Start } from './Start'
@@ -54,25 +54,14 @@ function Login({ loggedIn }: { loggedIn: boolean }) {
className="w-11/12 lg:w-full"
onDismiss={() => router.push(pathname ?? '/')}
>
-