Skip to content

Commit 867a0f1

Browse files
Add label on confirm-password
1 parent eea45f4 commit 867a0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/js/pages/auth/confirm-password.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { FormEventHandler } from 'react';
66
import InputError from '@/components/input-error';
77
import { Button } from '@/components/ui/button';
88
import { Input } from '@/components/ui/input';
9+
import { Label } from '@/components/ui/label';
910
import AuthLayout from '@/layouts/auth-layout';
1011

1112
export default function ConfirmPassword() {
@@ -31,6 +32,7 @@ export default function ConfirmPassword() {
3132
<form onSubmit={submit}>
3233
<div className="space-y-6">
3334
<div className="grid gap-2">
35+
<Label htmlFor="password">Password</Label>
3436
<Input
3537
id="password"
3638
type="password"

0 commit comments

Comments
 (0)