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

8 lines
263 B
JavaScript
Raw Normal View History

2022-04-22 06:05:56 +03:00
import { mapActions, mapGetters } from 'vuex'
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
export const recoverAccountComputed = {
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
}