Skip to content

Commit

Permalink
Include authentication endpoint in distributor endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 18, 2022
1 parent 3fef859 commit 7f53170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ function distributor_meta() {
'version' => DT_VERSION,
'core_has_application_passwords' => true,
'core_application_passwords_available' => ! wp_is_application_passwords_available() ? false : true,
'core_application_passwords_endpoint' => admin_url( 'authorize-application.php' ),
);
}

Expand Down

0 comments on commit 7f53170

Please sign in to comment.