classic-ui/modules/account/injectors/recoverAccountInjectors.js

8 lines
263 B
JavaScript
Raw Normal View History

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