Skip to content

Commit 5723b8c

Browse files
committed
Chore(ProfileManager): remove extra lines of enable validation reload
1 parent 47262c9 commit 5723b8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/playground/src/components/profile_manager/ConnectWallet.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ function reloadValidation() {
252252
}
253253
const validateMnemonicInput = async (input: string) => {
254254
clearErrors();
255-
enableReload.value = false;
256255
isNonActiveMnemonic.value = false;
257256
if (
258257
validateMnemonic(input) ||
@@ -345,7 +344,6 @@ async function storeAndLogin() {
345344
return;
346345
}
347346
console.error("error", e);
348-
enableReload.value = false;
349347
storeAndLoginError.value = normalizeError(e, "Something went wrong. please try again.");
350348
} finally {
351349
connecting.value = false;

0 commit comments

Comments
 (0)