diff --git a/vendor/chillerlan/php-authenticator/src/Authenticator.php b/vendor/chillerlan/php-authenticator/src/Authenticator.php index b36af9cdc..22105b464 100644 --- a/vendor/chillerlan/php-authenticator/src/Authenticator.php +++ b/vendor/chillerlan/php-authenticator/src/Authenticator.php @@ -164,5 +164,8 @@ class Authenticator{ return sprintf('otpauth://%s/%s?%s', $this->mode, rawurlencode($label), $values); } - + function getOptions() + { + return $this->options; + } }