mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
refreshing access token for masterKey login as well
This commit is contained in:
parent
f494fa90f8
commit
75a845410a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user