Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Jun 25, 2024
1 parent e42ddde commit a9b6b71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 303 deletions.
302 changes: 0 additions & 302 deletions config/l5-swagger.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function handleProfileImageUpload(&$data, $user)

if (
isset($data['remove_image'])
&& $data['remove_image'] !== ''
&& $data['remove_image']
) {
$data['image'] = null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<input
type="checkbox"
name="remove_image"
id="remove"
value="1"
/>

<label for="remove" class="">
Expand Down Expand Up @@ -104,6 +106,7 @@ class="control"
name="current_password"
class="control"
id="current_password"
value="admin123"
v-validate="'required'"
data-vv-as="{{ __('admin::app.user.account.current_password') }}"
/>
Expand Down

0 comments on commit a9b6b71

Please sign in to comment.