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