From baddc17b33982b095f8b89768d970c983a7b0ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Tue, 2 May 2023 13:12:19 +0200 Subject: [PATCH] RVRNEXT-36 add autocomplete values for username and password fields --- views/account/account.php | 10 +++++----- views/login/login.php | 4 ++-- views/login/reset_password.php | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/views/account/account.php b/views/account/account.php index 128e14e..c5cb798 100644 --- a/views/account/account.php +++ b/views/account/account.php @@ -9,12 +9,12 @@

Please confirm your identity with your password or with Google to modify your account.

-

Please confirm your identity with your password to modify your account.

- +

Please confirm your identity with Google to modify your account.

@@ -23,10 +23,10 @@

- + - - + +
diff --git a/views/login/login.php b/views/login/login.php index 1d5fe4d..43ebd0e 100644 --- a/views/login/login.php +++ b/views/login/login.php @@ -4,8 +4,8 @@

Login

- - + +

diff --git a/views/login/reset_password.php b/views/login/reset_password.php index 69d3875..eca487a 100644 --- a/views/login/reset_password.php +++ b/views/login/reset_password.php @@ -5,9 +5,9 @@
- - - + + +

-- 2.45.2