File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 99PLATFORM=$1
1010REMOTE=$( git config --get remote.origin.url)
1111CREDS=$( cat ./src/models/credentials.ts | tr -d ' \n' )
12- CREDREGEX=' ^.*".+".*".+".*".+".*$'
12+ CREDREGEX=' ^.*".+".*".+".*".+".*".+".*".+".* $'
1313STYLEFILES=" ./src/* ./src/**/* ./src/**/**/* ./sass/*.scss"
1414set -e
1515
Original file line number Diff line number Diff line change 11export function getCredentials ( ) {
22 return {
33 drive : {
4- client_id : "" , // Google client ID
4+ client_id :
5+ "" , // Google client ID
56 client_secret : "" // Google client secret
67 } ,
78 dropbox : {
89 client_id : "" // Dropbox client ID
10+ } ,
11+ onedrive : {
12+ client_id : "" , // Microsoft Identity client ID
13+ client_secret : "" // Microsoft Identity client secret
914 }
1015 } ;
1116}
You can’t perform that action at this time.
0 commit comments