Update src/providers/steem/auth.js

This commit is contained in:
Mustafa Buyukcelebi 2019-11-08 11:33:43 +03:00 committed by GitHub
parent 99a7490c50
commit ae6bb978c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,6 @@ export const switchAccount = username =>
new Promise((resolve, reject) => {
getUser(username)
.then(account => {
console.log('account 2 :', account);
updateCurrentUsername(username)
.then(() => {
console.log('updateCurrentUsername :', username);