Skip to content

Commit

Permalink
fixing password format example
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 11, 2024
1 parent 1eb3c97 commit 87f2558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/documentation/form/password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</x-section>
<x-section title="Format Validator" description="An option to visually validate the format of the entered password.">
<x-preview language="blade" :contents="$formatValidator">
<x-password :rules="['min:8', 'symbols', 'numbers', 'mixed']" />
<x-password :rules="['min:8', 'symbols:!@#', 'numbers', 'mixed']" />
</x-preview>
<x-warning class="mt-4">
<ul class="list-decimal list-inside text-sm">
Expand Down

0 comments on commit 87f2558

Please sign in to comment.