Greatly improved look and feel of site navigation

This commit is contained in:
Thaum Rystra
2020-05-02 17:09:56 +02:00
parent 073578b90d
commit d649fb9d54
26 changed files with 1035 additions and 831 deletions

View File

@@ -1,5 +1,4 @@
Accounts.oauth.registerService('patreon');
console.log('accounts-patreon');
if (Meteor.isClient) {
const loginWithPatreon = (options, callback) => {

View File

@@ -1,5 +1,4 @@
Patreon = {};
console.log('patreon-oauth');
// Request Patreon credentials for the user
// @param options {optional}
@@ -33,7 +32,6 @@ Patreon.requestCredential = (options, credentialRequestCompleteCallback) => {
const flatScope = scope.map(encodeURIComponent).join(' ');
//const flatScope = encodeURIComponent(scope.join(','));
console.log({flatScope})
const loginStyle = OAuth._loginStyle('patreon', config, options);
const loginUrl =