From 79c6402073d716fa2b47e42b08bd2a2d450b2233 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 18 Oct 2024 20:59:03 +0200 Subject: [PATCH] Disable autocomplete for password fields --- app/View/Form/Text.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/View/Form/Text.php b/app/View/Form/Text.php index 5f735ba3..6a723534 100644 --- a/app/View/Form/Text.php +++ b/app/View/Form/Text.php @@ -34,6 +34,7 @@ class Text extends Component