diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-09 21:24:04 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-09 21:24:04 -0500 |
commit | 6d814566fba8ac45b5cba6993e7b98223b259256 (patch) | |
tree | 199e1c456d721c4ca95b95092fbf619497ef073e /app/Core | |
parent | cbb4d0061e698376d4fbd9a6df95ac14d0733aed (diff) |
Render QR code for TwoFactor authentication without Google Chart API
Diffstat (limited to 'app/Core')
-rw-r--r-- | app/Core/Security/PostAuthenticationProviderInterface.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Core/Security/PostAuthenticationProviderInterface.php b/app/Core/Security/PostAuthenticationProviderInterface.php index 3f628bb0..27b7b5cf 100644 --- a/app/Core/Security/PostAuthenticationProviderInterface.php +++ b/app/Core/Security/PostAuthenticationProviderInterface.php @@ -50,15 +50,6 @@ interface PostAuthenticationProviderInterface extends AuthenticationProviderInte public function getSecret(); /** - * Get QR code url (empty if no QR can be provided) - * - * @access public - * @param string $label - * @return string - */ - public function getQrCodeUrl($label); - - /** * Get key url (empty if no url can be provided) * * @access public |