@include('livewire.auth.includes.logo')
Choose a new password
Your account is using a temporary password. Set your own before continuing.
@if ($errors->any()) @endif
@csrf
@error('current_password')
{{ $message }}
@enderror
Use 8 or more characters with a mix of letters, numbers & symbols.
@error('password')
{{ $message }}
@enderror
Not you? Sign out
@section('page-styles') @endsection @section('page-scripts') @endsection