mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
fixed default value for publicKEys
This commit is contained in:
parent
83bd868569
commit
26efd5fca6
@ -44,7 +44,7 @@ export const login = async (username, password, isPinCodeOpen) => {
|
|||||||
activeKey: get(account, 'active.key_auths', []).map(x => x[0])[0],
|
activeKey: get(account, 'active.key_auths', []).map(x => x[0])[0],
|
||||||
memoKey: get(account, 'memo_key', ''),
|
memoKey: get(account, 'memo_key', ''),
|
||||||
ownerKey: get(account, 'owner.key_auths', []).map(x => x[0])[0],
|
ownerKey: get(account, 'owner.key_auths', []).map(x => x[0])[0],
|
||||||
postingKey: get(account, 'posting.key_auths').map(x => x[0])[0],
|
postingKey: get(account, 'posting.key_auths', []).map(x => x[0])[0],
|
||||||
};
|
};
|
||||||
|
|
||||||
// // Set private keys of user
|
// // Set private keys of user
|
||||||
|
Loading…
Reference in New Issue
Block a user