fixed user/admin settings page error
This commit is contained in:
@@ -39,7 +39,7 @@ new class extends Component {
|
||||
<section class="w-full">
|
||||
@include('partials.settings-heading')
|
||||
|
||||
<x-settings.layout :heading="__('Update password')" :subheading="__('Ensure your account is using a long, random password to stay secure')">
|
||||
<x-settings.layout :heading="__('navigation.password_heading')" :subheading="__('navigation.password_subheading')">
|
||||
<form method="POST" wire:submit="updatePassword" class="mt-6 space-y-6">
|
||||
<flux:input
|
||||
wire:model="current_password"
|
||||
|
||||
Reference in New Issue
Block a user