summaryrefslogtreecommitdiff
path: root/app/Core
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-03-09 21:24:04 -0500
committerFrederic Guillot <fred@kanboard.net>2017-03-09 21:24:04 -0500
commit6d814566fba8ac45b5cba6993e7b98223b259256 (patch)
tree199e1c456d721c4ca95b95092fbf619497ef073e /app/Core
parentcbb4d0061e698376d4fbd9a6df95ac14d0733aed (diff)
Render QR code for TwoFactor authentication without Google Chart API
Diffstat (limited to 'app/Core')
-rw-r--r--app/Core/Security/PostAuthenticationProviderInterface.php9
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