From 8d3459d126ced081813a60c9df2b6d4f107b68ae Mon Sep 17 00:00:00 2001 From: Kiran K Date: Wed, 27 Jul 2022 13:22:38 +0530 Subject: [PATCH] Fix the mobile responsive issues (#25) --- components/Header.tsx | 8 ++-- components/Layout.tsx | 2 +- pages/index.tsx | 108 +++++++++++++++++++++--------------------- pages/saml/login.tsx | 2 +- 4 files changed, 59 insertions(+), 61 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 70210de..d04a250 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -2,8 +2,8 @@ import Link from 'next/link'; export default function Header() { return ( -
-
+
+
Mock SAML -
- +
+
-
{children}
+
{children}
); } diff --git a/pages/index.tsx b/pages/index.tsx index 7e1cd14..90bac1a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -8,65 +8,63 @@ const Home: React.FC<{ metadata: IdPMetadata }> = ({ metadata }) => { const { ssoUrl, entityId, certificate } = metadata; return ( -
-
-

+
+
+

A free SAML 2.0 Identity Provider for testing SAML SSO integrations.

-
- -
-

Mock SAML Metadata

-
-
- - -
-
- - -
-
- - -
+ +
+

Mock SAML Metadata

+
+
+ + +
+
+ + +
+
+ +
-
-
- Caution: Not for production use. -
+
+
+
+ Caution: Not for production use.
diff --git a/pages/saml/login.tsx b/pages/saml/login.tsx index 4ef3e57..a9d2002 100644 --- a/pages/saml/login.tsx +++ b/pages/saml/login.tsx @@ -74,7 +74,7 @@ export default function Login() {
-
+

SAML SSO Login