From 2189947c43067fdb82d48fca8f2301a385adc231 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Fri, 6 Sep 2024 23:31:04 +0200 Subject: [PATCH] AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring Tanks to SGCBB (https://github.com/vrana/adminer/pull/488) --- plugins/login-otp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/login-otp.php b/plugins/login-otp.php index 0460eed3..f2e55f6e 100644 --- a/plugins/login-otp.php +++ b/plugins/login-otp.php @@ -24,7 +24,7 @@ class AdminerLoginOtp { if ($name == 'password') { return $heading . $value . "OTP" - . "\n" + . "\n" ; } } -- 2.39.5