From 0ea4b27c94e8e9adb164c1dda5dc3fe88f2c0295 Mon Sep 17 00:00:00 2001 From: neviyn Date: Mon, 10 May 2021 23:08:00 +0100 Subject: [PATCH] Added autocomplete attributes for login fields --- src/main/resources/templates/fragments.html | 12 ++++++------ src/main/resources/templates/login.html | 4 ++-- src/main/resources/templates/user.html | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index 8f32518..eef016f 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -38,19 +38,19 @@
- + - +
+ -
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index abd7c0e..6d4bd1c 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -19,11 +19,11 @@
- +
- +
diff --git a/src/main/resources/templates/user.html b/src/main/resources/templates/user.html index a7520b1..f429251 100644 --- a/src/main/resources/templates/user.html +++ b/src/main/resources/templates/user.html @@ -26,13 +26,13 @@
Password - +

Please enter your existing password to update your profile.

Existing Password + type="password" autocomplete="current-password">