feat: add login, forgot password, and reset password forms
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import LoginForm from "@/components/auth/login-form"
|
||||
|
||||
export default function LoginPage() {
|
||||
return <LoginForm />
|
||||
}
|
||||
Reference in New Issue
Block a user