From 75a845410a4d1426a76d825127d8fd3956da813f Mon Sep 17 00:00:00 2001 From: Nouman Tahir Date: Tue, 29 Jun 2021 12:38:59 +0500 Subject: [PATCH] refreshing access token for masterKey login as well --- src/providers/hive/auth.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/providers/hive/auth.js b/src/providers/hive/auth.js index aa11fe91f..254133989 100644 --- a/src/providers/hive/auth.js +++ b/src/providers/hive/auth.js @@ -313,9 +313,7 @@ export const verifyPinCode = async (data) => { } if (result.length > 0) { - if (get(userData, 'authType', '') === AUTH_TYPE.STEEM_CONNECT) { await refreshSCToken(userData, get(data, 'pinCode')); - } } return true; } catch (err) {