web-manager 3.2.31 → 3.2.32
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/account.js +1 -4
- package/package.json +1 -1
package/lib/account.js
CHANGED
@@ -322,11 +322,8 @@ Account.prototype._resolveAccount = function (firebaseUser, account, options) {
|
|
322
322
|
|
323
323
|
// Resolve oAuth2
|
324
324
|
account.oauth2 = account.oauth2 || {};
|
325
|
-
account.oauth2.
|
326
|
-
account.oauth2.updated.timestamp = account.oauth2.updated.timestamp || timestampOld;
|
327
|
-
account.oauth2.updated.timestampUNIX = account.oauth2.updated.timestampUNIX || timestampUNIXOld;
|
325
|
+
// account.oauth2.google = account.oauth2.google || {};
|
328
326
|
// account.oauth2.discord = account.oauth2.discord || {};
|
329
|
-
// account.oauth2.discord.user = account.oauth2.discord.user || {};
|
330
327
|
|
331
328
|
// Resolve roles
|
332
329
|
account.roles = account.roles || {};
|
package/package.json
CHANGED