Files
AnimeTV-Frontend/app/(auth)/login/metadata.tsx
Rafi Arrafif a848d4dcb5 creating login popup security check
Perform security checks on the login popup to minimize bugs in unexpected situations.
2025-08-17 22:50:24 +07:00

6 lines
103 B
TypeScript

import { Metadata } from "next";
export const metadata: Metadata = {
title: "Login | Nounoz TV",
};