Skip to content

Commit

Permalink
Fix SSO bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Nov 29, 2017
1 parent 3c43e09 commit 72b261c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GESI.gs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// /u/blacksmoke16 @ Reddit
// @Blacksmoke16#1684 @ Discord
app_version = '3.1.0';
app_version = '3.1.1';

// Setup variables used throughout script
CLIENT_ID = '7c382c66a6c8487d8b64e50daad86f9b';
Expand Down Expand Up @@ -1391,9 +1391,9 @@ function createOAuthForUser(user) {
esi-ui.write_waypoint.v1 \
')
.setParam('access_type', 'offline')
.setTokenHeaders({
'Authorization': 'Basic ' + Utilities.base64Encode(CLIENT_ID + ':' + CLIENT_SECRET)
})
// .setTokenHeaders({
// 'Authorization': 'Basic ' + Utilities.base64Encode(CLIENT_ID + ':' + CLIENT_SECRET)
// })
}

function clearService() {
Expand Down

0 comments on commit 72b261c

Please sign in to comment.