mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove gmsActive from store
This commit is contained in:
parent
ae71ed46b7
commit
6197e8fd8c
@ -34,9 +34,6 @@ export const mutations = {
|
||||
newsletterState: (state, newsletterState) => {
|
||||
state.newsletterState = newsletterState
|
||||
},
|
||||
gmsActive: (state, gmsActive) => {
|
||||
state.gmsActive = gmsActive
|
||||
},
|
||||
gmsAllowed: (state, gmsAllowed) => {
|
||||
state.gmsAllowed = gmsAllowed
|
||||
},
|
||||
@ -117,7 +114,6 @@ export const actions = {
|
||||
commit('firstName', '')
|
||||
commit('lastName', '')
|
||||
commit('newsletterState', null)
|
||||
commit('gmsActive', null)
|
||||
commit('gmsAllowed', null)
|
||||
commit('humhubAllowed', null)
|
||||
commit('gmsPublishName', null)
|
||||
@ -160,7 +156,6 @@ try {
|
||||
tokenTime: null,
|
||||
roles: [],
|
||||
newsletterState: null,
|
||||
gmsActive: null,
|
||||
gmsAllowed: null,
|
||||
humhubAllowed: null,
|
||||
gmsPublishName: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user