Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
Fxied a comment where email was mentioned instead of google authenticator
  • Loading branch information
BenjaminPaap authored and scheb committed Nov 28, 2018
1 parent 059eca7 commit e75c7f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e75c7f9

Please sign in to comment.