From 02e590c70cdf822a968131c3a755a7a2e29db0a3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:43:54 -0800 Subject: [PATCH] Add hint for plain text password storage --- .../workflow-edit-dialog/workflow-edit-dialog.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index 36ceace2e..0ac0a9eba 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -442,6 +442,8 @@ formControlName="passwords" rows="4" [error]="error?.actions?.[i]?.passwords" + hint="Passwords are stored in plain text. Use with caution." + i18n-hint >