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 eea45f4 commit 867a0f1Copy full SHA for 867a0f1
resources/js/pages/auth/confirm-password.tsx
@@ -6,6 +6,7 @@ import { FormEventHandler } from 'react';
6
import InputError from '@/components/input-error';
7
import { Button } from '@/components/ui/button';
8
import { Input } from '@/components/ui/input';
9
+import { Label } from '@/components/ui/label';
10
import AuthLayout from '@/layouts/auth-layout';
11
12
export default function ConfirmPassword() {
@@ -31,6 +32,7 @@ export default function ConfirmPassword() {
31
32
<form onSubmit={submit}>
33
<div className="space-y-6">
34
<div className="grid gap-2">
35
+ <Label htmlFor="password">Password</Label>
36
<Input
37
id="password"
38
type="password"
0 commit comments