Skip to content

Commit

Permalink
another intentional bad code change
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 18, 2024
1 parent d9d6d09 commit 9cf633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-wp-saml-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function filter_authenticate( $user, $username, $password ) { // phpcs:ig
$permit_wp_login = self::get_option( 'permit_wp_login' );
if (is_a( $user, 'WP_User' )) {

if ( ! $permit_wp_login ) {
if (!$permit_wp_login) {
$user = $this->do_saml_authentication();
}

Expand Down

0 comments on commit 9cf633c

Please sign in to comment.