Skip to content

Commit

Permalink
fix: added password type
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Jan 20, 2025
1 parent cc00d6e commit 53537f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/Config/core_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
[
'name' => 'password',
'title' => 'admin::app.configuration.index.email.imap.account.password',
'type' => 'text',
'type' => 'password',
'default' => config('imap.accounts.default.password'),
],
],
Expand Down

0 comments on commit 53537f3

Please sign in to comment.