We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1740d4e commit 8369eeaCopy full SHA for 8369eea
src/light-bootstrap-stubs/resources/views/profile/edit.blade.php
@@ -53,8 +53,7 @@
53
<h6 class="heading-small text-muted mb-4">{{ __('Password') }}</h6>
54
55
@include('alerts.success', ['key' => 'password_status'])
56
- @include('alerts.error_self_update', ['key' => 'not_allow_password'])
57
-
+
58
<div class="pl-lg-4">
59
<div class="form-group{{ $errors->has('old_password') ? ' has-danger' : '' }}">
60
<label class="form-control-label" for="input-current-password">
0 commit comments