Skip to content

Commit

Permalink
Fix reset password form description. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcho authored May 24, 2024
1 parent ab6acd7 commit 44d22d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/reset-password/[token]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ResetPasswordPage({
<Card className="w-full max-w-md">
<CardHeader className="space-y-1">
<CardTitle>Reset password</CardTitle>
<CardDescription>Enter your email to get reset link.</CardDescription>
<CardDescription>Enter new password.</CardDescription>
</CardHeader>
<CardContent>
<ResetPassword token={params.token} />
Expand Down

0 comments on commit 44d22d7

Please sign in to comment.