Added a new feature to allow users to update their passwords.

This commit is contained in:
2023-07-07 18:08:14 +06:00
parent 00a0624eea
commit 39eae7f196
7 changed files with 73 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<div class="col-12 mb-4">
<div class="card border-0 shadow components-section">
<div class="card-body">
<form method="post" {{ route('profile.update-password') }}>
<form method="post" action="{{ route('profile.update-password') }}">
@csrf
@method('PUT')
<x-private.forms.input :title="__('validation.attributes.password')" name="password" type="password" required />