fix remove console log
This commit is contained in:
@ -10,7 +10,6 @@ const providerHash = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export function getUsernameFromProvider(provider, profile) {
|
export function getUsernameFromProvider(provider, profile) {
|
||||||
console.log(profile);
|
|
||||||
return typeof providerHash[provider] === 'function' ?
|
return typeof providerHash[provider] === 'function' ?
|
||||||
providerHash[provider](profile) :
|
providerHash[provider](profile) :
|
||||||
null;
|
null;
|
||||||
|
Reference in New Issue
Block a user