Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Oct 8, 2024
1 parent c80d600 commit 3bb555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/class-connector-two-factor.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Connector_Two_Factor extends Connector {
'updated_user_meta', // After user meta changes.
'added_user_meta', // After user meta is added.

'two_factor_user_authenticated', // Authenticatd via 2FA.
'two_factor_user_authenticated', // Authenticate via 2FA.
'wp_login_failed', // Failed login.
);

Expand Down

0 comments on commit 3bb555d

Please sign in to comment.