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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user