fix subject confirmation email

This commit is contained in:
lesion
2019-07-09 01:37:35 +02:00
parent c24c33f722
commit bb8588cc11
4 changed files with 5 additions and 2 deletions

View File

@@ -132,7 +132,6 @@ export const actions = {
async nuxtServerInit ({ commit }, { app, req } ) {
const settings = await app.$axios.$get('/settings')
commit('setSettings', settings)
console.error('SETTINGS', settings)
const lang = req.acceptsLanguages('en', 'it')
commit('setLocale', lang || 'it')