mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
createUser no longer in store
This commit is contained in:
parent
64864277f0
commit
af329e3fdf
@ -1,7 +1,7 @@
|
||||
import { mutations, actions } from './store'
|
||||
|
||||
const { language, email, session_id } = mutations
|
||||
const { login, createUser, logout } = actions
|
||||
const { login, logout } = actions
|
||||
|
||||
describe('Vuex store', () => {
|
||||
describe('mutations', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user