Skip to content

Commit

Permalink
Add is-required to the FloatingLabel of SectionUserDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
HenestrosaDev committed Jun 18, 2024
1 parent 9086e4e commit 2f50a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Pages/Profile/Partials/SectionUserDelete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const closeModal = () => {
input-type="password"
input-autocomplete="off"
:error-message="form.errors.password"
is-required
@keyup.enter="deleteUser"
/>

Expand Down

0 comments on commit 2f50a72

Please sign in to comment.