rm dead code

This commit is contained in:
Max Peintner
2023-05-05 10:28:27 +02:00
parent b3a701e5d7
commit a7c2171156

View File

@@ -84,16 +84,3 @@ export default async function RootLayout({
</html>
);
}
// export const metadata = () => {
// return (
// <>
// <DefaultTags />
// <title>ZITADEL Login Playground</title>
// <meta
// name="description"
// content="This is a ZITADEL Login Playground to get an understanding how the login API works."
// />
// </>
// );
// };