refreshing access token for masterKey login as well

This commit is contained in:
Nouman Tahir 2021-06-29 12:38:59 +05:00
parent f494fa90f8
commit 75a845410a

View File

@ -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) {