diff --git a/standard_Operations.html b/standard_Operations.html
index 8aa8ade..3a70fb6 100644
--- a/standard_Operations.html
+++ b/standard_Operations.html
@@ -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) => {