From a9e12657f572d4ac1ef9b27d09ae1137f6f9f7c0 Mon Sep 17 00:00:00 2001 From: meek2100 Date: Thu, 26 Feb 2026 14:29:28 -0800 Subject: [PATCH] Add autocomplete attributes to login and setup fields for password manager support --- client/components/ui/TextInput.vue | 5 +++-- client/components/ui/TextInputWithLabel.vue | 5 +++-- client/pages/login.vue | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/components/ui/TextInput.vue b/client/components/ui/TextInput.vue index dd0eaa738..cd3bc6d2d 100644 --- a/client/components/ui/TextInput.vue +++ b/client/components/ui/TextInput.vue @@ -1,6 +1,6 @@ @@ -26,7 +26,8 @@ export default { disabled: Boolean, inputClass: String, showCopy: Boolean, - trimWhitespace: Boolean + trimWhitespace: Boolean, + autocomplete: String }, data() { return {} diff --git a/client/pages/login.vue b/client/pages/login.vue index 8e5cde098..cec150e71 100644 --- a/client/pages/login.vue +++ b/client/pages/login.vue @@ -17,9 +17,9 @@

Create Root User

- - - + + +

Directory Paths

@@ -51,10 +51,10 @@ - + - +
{{ processing ? 'Checking...' : $strings.ButtonSubmit }}