diff --git a/components/Layout.tsx b/components/Layout.tsx
index bd70428..f8c6263 100644
--- a/components/Layout.tsx
+++ b/components/Layout.tsx
@@ -9,7 +9,7 @@ export default function Layout({ children }: LayoutProps) {
return (
<>
- {children}
+ {children}
>
);
}
diff --git a/pages/index.tsx b/pages/index.tsx
index dbbd695..a202d40 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -55,16 +55,14 @@ const Home: React.FC<{ metadata: IdPMetadata }> = ({ metadata }) => {
diff --git a/pages/saml/login.tsx b/pages/saml/login.tsx
index ac14906..f8a53f8 100644
--- a/pages/saml/login.tsx
+++ b/pages/saml/login.tsx
@@ -45,7 +45,7 @@ export default function Login() {
Mock SAML IdP - Login
-