mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 21:41:52 +07:00
First commit
This commit is contained in:
11
src/app/(public)/signin/page.tsx
Normal file
11
src/app/(public)/signin/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Metadata } from "next";
|
||||
import SigninClient from "./SigninClient";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sign In",
|
||||
description: "Sign in to your TrustLab account to manage your certificates and API keys.",
|
||||
};
|
||||
|
||||
export default function Signin() {
|
||||
return <SigninClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user