From e75c7f927fd402538331d7509991c148d80023a4 Mon Sep 17 00:00:00 2001 From: Benjamin Paap Date: Wed, 28 Nov 2018 09:14:24 +0100 Subject: [PATCH] Fixed a comment Fxied a comment where email was mentioned instead of google authenticator --- .../Provider/Google/GoogleAuthenticatorTwoFactorProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php b/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php index d129eaf2..ecec662b 100644 --- a/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php +++ b/Security/TwoFactor/Provider/Google/GoogleAuthenticatorTwoFactorProvider.php @@ -27,7 +27,7 @@ public function __construct(GoogleAuthenticatorInterface $authenticator, TwoFact public function beginAuthentication(AuthenticationContextInterface $context): bool { - // Check if user can do email authentication + // Check if user can do authentication with google authenticator $user = $context->getUser(); return $user instanceof TwoFactorInterface