✨ creating login popup security check
Perform security checks on the login popup to minimize bugs in unexpected situations.
This commit is contained in:
5
app/(auth)/login/metadata.tsx
Normal file
5
app/(auth)/login/metadata.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Login | Nounoz TV",
|
||||
};
|
||||
Reference in New Issue
Block a user