Skip to content

Commit dc89503

Browse files
authored
update client id for new digitalocean api app (#2763)
1 parent 4f0f383 commit dc89503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/cloud/digitalocean/provisioner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class Provisioner {
305305
log.debug('Initiating OAuth...');
306306
oauth.initiateOAuth(REDIRECT_URIS).then((obj: any) => {
307307
var url = 'https://cloud.digitalocean.com/v1/oauth/authorize?' +
308-
'client_id=41f77ea7aa94311a2337027eb238591db9e98c6e2c1067b3b2c7c3420901703f&' +
308+
'client_id=7d16974f756b4843669d0b04a13dabe89413df90e9de05b9410a829191acf076&' +
309309
'response_type=token&' +
310310
'redirect_uri=' + encodeURIComponent(obj.redirect) + '&' +
311311
'state=' + encodeURIComponent(obj.state) + '&' +

0 commit comments

Comments
 (0)