From ff9fb1f87ba7491d0ad9984cdfd54cdb7cc9f216 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:36:17 +0200 Subject: [PATCH] comments --- src/pages/WalletPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/WalletPage.vue b/src/pages/WalletPage.vue index 6d017edd..dac77653 100644 --- a/src/pages/WalletPage.vue +++ b/src/pages/WalletPage.vue @@ -2366,6 +2366,8 @@ export default { this.walletURL = this.baseURL; } let activeMintUrl = localStorage.getItem("cashu.activeMintUrl"); + // we'll force the activation of the mint for the migration + // from without a pinia store await this.activateMint(activeMintUrl, false, true); } else { this.setTab("settings");