Skip to content

Commit 8369eea

Browse files
committed
.
1 parent 1740d4e commit 8369eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/light-bootstrap-stubs/resources/views/profile/edit.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
<h6 class="heading-small text-muted mb-4">{{ __('Password') }}</h6>
5454

5555
@include('alerts.success', ['key' => 'password_status'])
56-
@include('alerts.error_self_update', ['key' => 'not_allow_password'])
57-
56+
5857
<div class="pl-lg-4">
5958
<div class="form-group{{ $errors->has('old_password') ? ' has-danger' : '' }}">
6059
<label class="form-control-label" for="input-current-password">

0 commit comments

Comments
 (0)