Delete auth0-variables.js

This commit is contained in:
Annyv2 2015-12-01 15:31:07 -04:30
parent 46ed7a6628
commit d84b977fdd

View File

@ -1,5 +0,0 @@
(function (exports){
exports.AUTH0_DOMAIN = 'Your_Auth0_Domain';
exports.AUTH0_CLIENT_ID = 'Your_Auth0_Client_Id';
exports.AUTH0_CLIENT_SECRET = 'Your_Auth0_Client_Secret';
})(typeof exports === 'undefined' ? this['auth0Variables']={}: exports);