We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03ba8f + 5e7fdea commit e097b95Copy full SHA for e097b95
src/app/[lang]/(pages)/login/page.tsx
@@ -3,5 +3,5 @@
3
import { AuthLoginSite } from "./AuthLoginSite";
4
5
export default function AuthLoginPage() {
6
- return AuthLoginSite();
+ return <AuthLoginSite />;
7
}
0 commit comments