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

8 lines
270 B
JavaScript
Raw Normal View History

2022-10-13 16:50:29 +03:00
import { mapActions, mapGetters } from 'vuex'
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
export const recoverAccountComputed = {
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
}