From 53537f383387b05b7fb3d65fc3f94b612d049614 Mon Sep 17 00:00:00 2001 From: Devansh Bawari Date: Mon, 20 Jan 2025 14:33:19 +0530 Subject: [PATCH] fix: added password type --- packages/Webkul/Admin/src/Config/core_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Admin/src/Config/core_config.php b/packages/Webkul/Admin/src/Config/core_config.php index 23a6eb6d1..de3e3fef1 100644 --- a/packages/Webkul/Admin/src/Config/core_config.php +++ b/packages/Webkul/Admin/src/Config/core_config.php @@ -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'), ], ],