Skip to content

Commit 0cd04e0

Browse files
cache initial auth mode in dapp
1 parent 9f4c8ef commit 0cd04e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/vue-app-new/src/MainView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ onBeforeMount(() => {
211211
formData.smartAccountChains = json.smartAccountChains || [];
212212
formData.smartAccountChainsConfig = json.smartAccountChainsConfig || {};
213213
formData.defaultChainId = json.defaultChainId;
214+
formData.initialAuthenticationMode = json.initialAuthenticationMode;
214215
}
215216
} catch (error) {}
216217
}

0 commit comments

Comments
 (0)