From bf70ae3e1e6979be06d1e0e8421a312e5f601618 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