Incomplete shares bugfix
Bugfix: Clears credentials and reloads if all shares are not present
This commit is contained in:
parent
822b446d18
commit
ae82e254d2
@ -9037,7 +9037,7 @@ Bitcoin.Util = {
|
||||
resolve(secret)
|
||||
else
|
||||
reject("Shares are insufficient or incorrect")
|
||||
}).catch(error => reject(error))
|
||||
}).catch(error => {floDapps.clearCredentials();location.reload();})
|
||||
})
|
||||
}
|
||||
|
||||
@ -9384,7 +9384,7 @@ Bitcoin.Util = {
|
||||
resolve(secret)
|
||||
else
|
||||
reject("Shares are insufficient or incorrect")
|
||||
}).catch(error => reject(error))
|
||||
}).catch(error => {floDapps.clearCredentials();location.reload();})
|
||||
})
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user