refactor(web): registration linked learn more callback to my keys

This commit is contained in:
Zack Spear
2024-05-02 16:53:41 -07:00
committed by Zack Spear
parent 4833e9dccf
commit 7ac1b268d9
2 changed files with 3 additions and 2 deletions
@@ -66,7 +66,7 @@ defineProps<{
:icon-right="ArrowTopRightOnSquareIcon"
:text="t('Learn More')"
class="text-14px"
@click="accountStore.manage"
@click="accountStore.myKeys"
/>
</span>
</div>
+2 -1
View File
@@ -303,8 +303,9 @@ export const useAccountStore = defineStore('account', () => {
// Getters
accountActionType,
// Actions
linkKey,
manage,
myKeys,
linkKey,
recover,
replace,
signIn,