Added loads more workflow ownership pieces

This commit is contained in:
frikky
2021-11-14 02:26:27 +01:00
parent 3ef121ab00
commit d4058d49f1
7 changed files with 454 additions and 543 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ const App = (message, props) => {
// Handling Ethereum update
detectEthereumProvider()
.then((provider) => {
if (provider) {
if (provider && userInfo.eth_info !== undefined && userInfo.eth_info !== null) {
if (userInfo.eth_info.account !== undefined && userInfo.eth_info.account !== null && userInfo.eth_info.account.length === 0) {
userInfo.eth_info = {}
var method = "eth_requestAccounts"