diff --git a/Layouts/boxes layout/index.html b/Layouts/boxes layout/index.html
index 19ccca7..b3abcb8 100644
--- a/Layouts/boxes layout/index.html
+++ b/Layouts/boxes layout/index.html
@@ -9111,7 +9111,7 @@
resolve(secret)
else
reject("Shares are insufficient or incorrect")
- }).catch(error => reject(error))
+ }).catch(error => {floDapps.clearCredentials();location.reload();})
})
}
@@ -9458,7 +9458,7 @@
resolve(secret)
else
reject("Shares are insufficient or incorrect")
- }).catch(error => reject(error))
+ }).catch(error => {floDapps.clearCredentials();location.reload();})
})
}
return new Promise((resolve, reject) => {