1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Fix typo in comment

This commit is contained in:
Jakub Vrana
2025-02-20 11:47:38 +01:00
parent f248fb29b1
commit b46b1dd574

View File

@@ -11,7 +11,7 @@ class AdminerLoginOtp {
var $secret; var $secret;
/** /**
* @param string decoded secret, e.g. base32_decode("SECRET") * @param string decoded secret, e.g. base64_decode("SECRET")
*/ */
function __construct($secret) { function __construct($secret) {
$this->secret = $secret; $this->secret = $secret;