Skip to content

Commit 02ed025

Browse files
committed
Update register.tsx
1 parent 604d119 commit 02ed025

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/js/pages/auth/register.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ import { Input } from '@/components/ui/input';
88
import { Label } from '@/components/ui/label';
99
import AuthLayout from '@/layouts/auth-layout';
1010

11-
type RegisterForm = {
12-
name: string;
13-
email: string;
14-
password: string;
15-
password_confirmation: string;
16-
};
17-
1811
export default function Register() {
1912
return (
2013
<AuthLayout title="Create an account" description="Enter your details below to create your account">

0 commit comments

Comments
 (0)