diff --git a/samples/sampleclient.js b/samples/sampleclient.js index 918e2f91cf8..2588836ce6d 100644 --- a/samples/sampleclient.js +++ b/samples/sampleclient.js @@ -46,7 +46,7 @@ class SampleClient { // Open an http server to accept the oauth callback. In this // simple example, the only request to our webserver is to - // /callback?code= + // /oauth2callback?code= async authenticate (scopes) { return new Promise((resolve, reject) => { // grab the url that will be used for authorization