OTP : get options
This commit is contained in:
parent
e8efa5102f
commit
77fc89a7cd
1 changed files with 4 additions and 1 deletions
|
|
@ -164,5 +164,8 @@ class Authenticator{
|
|||
|
||||
return sprintf('otpauth://%s/%s?%s', $this->mode, rawurlencode($label), $values);
|
||||
}
|
||||
|
||||
function getOptions()
|
||||
{
|
||||
return $this->options;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue