firebaseoauth2
Advanced tools
Comparing version
@@ -241,4 +241,5 @@ const express = require("express"); | ||
console.log(239, clientInfo) | ||
console.log(239, clientInfo.client_secret, client_secret) | ||
if(clientInfo.client_secret == client_secret){ | ||
if(clientInfo.client.client_secret == client_secret){ | ||
updateToken(clientInfo) | ||
@@ -250,3 +251,3 @@ .then(function(token){ | ||
}else{ | ||
console.log(250) | ||
} | ||
@@ -253,0 +254,0 @@ }, function(){ |
{ | ||
"name": "firebaseoauth2", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "indexjs.js", |
11923
0.81%374
0.54%