classic-ui/modules/account/injectors/recoverAccountInjectors.js
2022-10-13 15:50:29 +02:00

8 lines
270 B
JavaScript

import { mapActions, mapGetters } from 'vuex'
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
export const recoverAccountComputed = {
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
}