This commit is contained in:
@@ -162,6 +162,9 @@ export default new Vuex.Store({
|
||||
},
|
||||
setNewNotificationCount(state, data) {
|
||||
state.newNotificationCount = data;
|
||||
},
|
||||
setTfaEnabled(state, data) {
|
||||
state.tfaEnabled = data;
|
||||
}
|
||||
},
|
||||
actions: {}
|
||||
|
||||
Reference in New Issue
Block a user