init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
7
modules/account/injectors/recoverAccountInjectors.js
Normal file
7
modules/account/injectors/recoverAccountInjectors.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { mapActions, mapGetters } from 'vuex'
|
||||
|
||||
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
|
||||
|
||||
export const recoverAccountComputed = {
|
||||
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue