From 6d814566fba8ac45b5cba6993e7b98223b259256 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 9 Mar 2017 21:24:04 -0500 Subject: Render QR code for TwoFactor authentication without Google Chart API --- app/Core/Security/PostAuthenticationProviderInterface.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/Core') 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 @@ -49,15 +49,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) * -- cgit v1.2.3