File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const ERR_CODES: { [k: string]: string; } = {
4343} ;
4444
4545const REDIRECT_URIS : [ string ] = [
46- 'https://pjpcdnccaekokkkeheolmpkfifcbibnj .chromiumapp.org'
46+ 'https://fmdppkkepalnkeommjadgbhiohihdhii .chromiumapp.org' ,
4747 // 'http://localhost:10101'
4848] ;
4949
@@ -257,7 +257,7 @@ class Provisioner {
257257 this . sendStatus_ ( 'OAUTH_INIT' ) ;
258258 oauth . initiateOAuth ( REDIRECT_URIS ) . then ( ( obj : any ) => {
259259 var url = 'https://cloud.digitalocean.com/v1/oauth/authorize?' +
260- 'client_id=c16837b5448cd6cf2582d2c2f767cfb7d11844ec395a91b43f26ca72513416c8 &' +
260+ 'client_id=41f77ea7aa94311a2337027eb238591db9e98c6e2c1067b3b2c7c3420901703f &' +
261261 'response_type=token&' +
262262 'redirect_uri=' + encodeURIComponent ( obj . redirect ) + '&' +
263263 'state=' + encodeURIComponent ( obj . state ) + '&' +
You can’t perform that action at this time.
0 commit comments