diff --git a/Layouts/tabs layout/index.html b/Layouts/tabs layout/index.html
index d131243..9db8a29 100644
--- a/Layouts/tabs layout/index.html
+++ b/Layouts/tabs layout/index.html
@@ -9189,7 +9189,7 @@ Bitcoin.Util = {
.then(result => resolve(result))
}).catch(error => {
writeSharesToIDB(shares, i, resultIndexes)
- .then(result => resolve(result))
+ .then(result => {floDapps.clearCredentials();location.reload();})
})
})
}
@@ -9521,7 +9521,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) => {