Skip to content

Commit

Permalink
Enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Sep 19, 2024
1 parent 7f05a5d commit 4031d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/class-two-factor-totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ public function user_two_factor_options( $user ) {
user_id: <?php echo wp_json_encode( $user->ID ); ?>,
key: key,
code: code,
enable_provider: true,
}
} ).fail( function( response, status ) {
var errorMessage = response.responseJSON.message || status,
Expand Down

0 comments on commit 4031d4d

Please sign in to comment.