We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed79c commit 1c7513dCopy full SHA for 1c7513d
inc/authentication/namespace.php
@@ -119,7 +119,7 @@ function attempt_authentication( $user = null ) {
119
$token = Tokens\get_by_id( $token_value );
120
if ( empty( $token ) ) {
121
$is_querying_token = false;
122
- $oauth2_error = create_invalid_token_error( $token_value );
+ $oauth2_error = create_invalid_token_error( $token_value );
123
return $user;
124
}
125
0 commit comments