From c38801ba0978e9064bbbfee01409cb7db66a1c8b Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Tue, 16 Dec 2025 11:14:51 +0330 Subject: [PATCH] update password --- src/configs/icons.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/icons.config.ts b/src/configs/icons.config.ts index d86f9d2..f81918b 100644 --- a/src/configs/icons.config.ts +++ b/src/configs/icons.config.ts @@ -7,7 +7,7 @@ export function iconsConfig() { return { baseUrl: configService.get("DMENU_BACKEND_URL")??'https://dmenuplus-api.dev.danakcorp.com', username: configService.get("DMENU_USERNAME")??'danak@dsc.com', - password: configService.get("DMENU_PASSWORD")??'DsCdAnAk?@#AFG', + password: configService.get("DMENU_PASSWORD")??'DsCdAnAk?@ABC', }; }, };