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 4f0f383 commit dc89503Copy full SHA for dc89503
src/lib/cloud/digitalocean/provisioner.ts
@@ -305,7 +305,7 @@ class Provisioner {
305
log.debug('Initiating OAuth...');
306
oauth.initiateOAuth(REDIRECT_URIS).then((obj: any) => {
307
var url = 'https://cloud.digitalocean.com/v1/oauth/authorize?' +
308
- 'client_id=41f77ea7aa94311a2337027eb238591db9e98c6e2c1067b3b2c7c3420901703f&' +
+ 'client_id=7d16974f756b4843669d0b04a13dabe89413df90e9de05b9410a829191acf076&' +
309
'response_type=token&' +
310
'redirect_uri=' + encodeURIComponent(obj.redirect) + '&' +
311
'state=' + encodeURIComponent(obj.state) + '&' +
0 commit comments