You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( ! $is_current_user|| ! current_user_can( $capability ) ) {
222
+
if ( ! $is_current_user&& ! current_user_can( $capability ) ) {
223
223
returnnew \WP_Error( 'graphql-jwt-improper-capabilities', __( 'The JWT Auth secret for this user cannot be returned', 'wp-graphql-jwt-authentication' ) );
0 commit comments