From e7698d2c3398f7fa2a4b57789556337789ce3195 Mon Sep 17 00:00:00 2001 From: itsmesid <693151+arevindh@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:32:42 +0530 Subject: [PATCH] web: add missing id attribute for button in ak-flow-input-password (#11413) Add missing id attribute to button in ak-flow-input-password Signed-off-by: itsmesid <693151+arevindh@users.noreply.github.com> --- web/src/flow/components/ak-flow-password-input.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/flow/components/ak-flow-password-input.ts b/web/src/flow/components/ak-flow-password-input.ts index 59c31a0699df..19e704fa29f6 100644 --- a/web/src/flow/components/ak-flow-password-input.ts +++ b/web/src/flow/components/ak-flow-password-input.ts @@ -161,6 +161,7 @@ export class InputPassword extends AKElement { ${this.renderInput()} ${this.allowShowPassword ? html`