Added a new feature to allow users to update their passwords.
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user