Form Newsletter and others fix
This commit is contained in:
@@ -6,6 +6,7 @@ import router from '@router'
|
||||
|
||||
import { serv_constants } from '../Modules/serv_constants'
|
||||
import { tools } from '../Modules/tools'
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
import { GlobalStore, UserStore, Todos, Projects } from '@store'
|
||||
import globalroutines from './../../globalroutines/index'
|
||||
|
||||
@@ -20,7 +21,7 @@ const state: IUserState = {
|
||||
email: '',
|
||||
username: '',
|
||||
password: '',
|
||||
lang: '',
|
||||
lang: process.env.LANG_DEFAULT,
|
||||
repeatPassword: '',
|
||||
tokens: [],
|
||||
verified_email: false,
|
||||
|
||||
Reference in New Issue
Block a user