Browse Source

Remove stub oauth

pull/1825/head
jlukic 9 years ago
parent
commit
dc622c4dad
1 changed files with 0 additions and 10 deletions
  1. 10
      tasks/config/admin/oauth.js

10
tasks/config/admin/oauth.js

@ -1,10 +0,0 @@
/*
Used to import GitHub Auth Token
To Automate GitHub Updates
*/
module.exports = {
token : 'AN-OAUTH2-TOKEN',
name : 'Your Name',
email : 'user@email.com'
};
Loading…
Cancel
Save