From b46b1dd5748ee6f83780bd11c427a526ca2037b8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 Feb 2025 11:47:38 +0100 Subject: [PATCH] Fix typo in comment --- 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 f2e55f6e..f639dab5 100644 --- a/plugins/login-otp.php +++ b/plugins/login-otp.php @@ -11,7 +11,7 @@ class AdminerLoginOtp { var $secret; /** - * @param string decoded secret, e.g. base32_decode("SECRET") + * @param string decoded secret, e.g. base64_decode("SECRET") */ function __construct($secret) { $this->secret = $secret; -- 2.39.5