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.
1 parent 8804236 commit 1b9af1aCopy full SHA for 1b9af1a
packages/devextreme-cli/src/templates/nextjs/application/src/app/auth/[type]/page.tsx
@@ -17,7 +17,7 @@ const formText = {
17
}
18
19
20
-function AuthForm({name}<%=#isTypeScript%>: Record<string, any><%=/isTypeScript%>) {
+function AuthForm({name}<%=#isTypeScript%>: {name: string}<%=/isTypeScript%>) {
21
switch (name) {
22
case 'login': return <LoginForm />;
23
case 'create-account': return <CreateAccountForm />;
0 commit comments