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