add: auth page title

This commit is contained in:
Mahyar Khanbolooki
2025-07-14 19:02:09 +03:30
parent df9c7ad184
commit ab46068d76
+5
View File
@@ -1,5 +1,10 @@
import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider'
import { Metadata } from 'next'
export const metadata: Metadata = {
title: "Authentication"
}
export default function AuthLayout({ children }: { children: React.ReactNode }) {
return (