From c2ad3c7f3e5bc6f5db84d150fb06fe7b03127d30 Mon Sep 17 00:00:00 2001 From: Anatolii Grynchuk Date: Sat, 2 May 2026 03:30:44 +0300 Subject: [PATCH] fix: prevent browser from clearing username field on channel edit autocomplete=off is ignored by Chrome/Firefox when a password field is present - they clear the username value after page load. Use autocomplete=new-password on both fields to signal a new-credential context and prevent autofill interference. Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- HrynCo.NotificationService.Web/Views/AdminChannels/Edit.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HrynCo.NotificationService.Web/Views/AdminChannels/Edit.cshtml b/HrynCo.NotificationService.Web/Views/AdminChannels/Edit.cshtml index 6c76202..7f6dff5 100644 --- a/HrynCo.NotificationService.Web/Views/AdminChannels/Edit.cshtml +++ b/HrynCo.NotificationService.Web/Views/AdminChannels/Edit.cshtml @@ -87,7 +87,7 @@
- +