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 2a7eb71 commit f64774fCopy full SHA for f64774f
resources/js/pages/auth/confirm-password.tsx
@@ -1,11 +1,11 @@
1
import InputError from '@/components/input-error';
2
import { Button } from '@/components/ui/button';
3
import { Input } from '@/components/ui/input';
4
+import { Label } from '@/components/ui/label';
5
import { Spinner } from '@/components/ui/spinner';
6
import AuthLayout from '@/layouts/auth-layout';
7
import { store } from '@/routes/password/confirm';
8
import { Form, Head } from '@inertiajs/react';
-import { LoaderCircle } from 'lucide-react';
9
10
export default function ConfirmPassword() {
11
return (
0 commit comments