mirror of
https://github.com/unraid/api.git
synced 2026-05-06 15:11:44 -05:00
refactor(web): registration linked learn more callback to my keys
This commit is contained in:
@@ -66,7 +66,7 @@ defineProps<{
|
||||
:icon-right="ArrowTopRightOnSquareIcon"
|
||||
:text="t('Learn More')"
|
||||
class="text-14px"
|
||||
@click="accountStore.manage"
|
||||
@click="accountStore.myKeys"
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -303,8 +303,9 @@ export const useAccountStore = defineStore('account', () => {
|
||||
// Getters
|
||||
accountActionType,
|
||||
// Actions
|
||||
linkKey,
|
||||
manage,
|
||||
myKeys,
|
||||
linkKey,
|
||||
recover,
|
||||
replace,
|
||||
signIn,
|
||||
|
||||
Reference in New Issue
Block a user