We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47262c9 commit 5723b8cCopy full SHA for 5723b8c
packages/playground/src/components/profile_manager/ConnectWallet.vue
@@ -252,7 +252,6 @@ function reloadValidation() {
252
}
253
const validateMnemonicInput = async (input: string) => {
254
clearErrors();
255
- enableReload.value = false;
256
isNonActiveMnemonic.value = false;
257
if (
258
validateMnemonic(input) ||
@@ -345,7 +344,6 @@ async function storeAndLogin() {
345
344
return;
346
347
console.error("error", e);
348
349
storeAndLoginError.value = normalizeError(e, "Something went wrong. please try again.");
350
} finally {
351
connecting.value = false;
0 commit comments