Skip to content

Commit

Permalink
Merge pull request #64 from fossnsbm/feat/development/puzzle
Browse files Browse the repository at this point in the history
feat: Password description
  • Loading branch information
yasithranusha authored May 14, 2024
2 parents 20af247 + 78c4eba commit de7eb6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/register/all-reg-forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
FormField,
FormItem,
FormMessage,
FormDescription,
} from "@/components/ui/form";
import { Input } from "@/components/ui/input";
import { useToast } from "../ui/use-toast";
Expand Down Expand Up @@ -188,6 +189,10 @@ export default function AllRegForms() {
<FormControl>
<Input placeholder="TEAM PASSWORD*" {...field} />
</FormControl>
<FormDescription>
Password must contain at least 8 characters, including
uppercase, lowercase, numbers and special characters.
</FormDescription>
<FormMessage className="text-xl" />
</FormItem>
)}
Expand Down

0 comments on commit de7eb6c

Please sign in to comment.