From eac4fc0d69e833a71ecd8bed234346eadb7e2a3b Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Tue, 17 Mar 2020 12:18:59 +0200 Subject: [PATCH] Fix password field label for attribute. --- includes/classes/Authentications/WordPressBasicAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/classes/Authentications/WordPressBasicAuth.php b/includes/classes/Authentications/WordPressBasicAuth.php index 057024221..73a48155a 100644 --- a/includes/classes/Authentications/WordPressBasicAuth.php +++ b/includes/classes/Authentications/WordPressBasicAuth.php @@ -70,7 +70,7 @@ public static function credentials_form( $args = array() ) {

-