- cleaned some code.
- routing offline - pushNotification
This commit is contained in:
@@ -13,7 +13,7 @@ export interface IGlobalState {
|
||||
menuCollapse: boolean
|
||||
leftDrawerOpen: boolean
|
||||
category: string
|
||||
stateConnection: StateConnection
|
||||
stateConnection: string
|
||||
posts: IPost[]
|
||||
listatodo: ITodoList[]
|
||||
}
|
||||
|
||||
@@ -17,8 +17,6 @@ export interface IUserState {
|
||||
lang?: string
|
||||
repeatPassword?: string
|
||||
|
||||
idToken?: string
|
||||
|
||||
tokens?: IToken[]
|
||||
|
||||
verified_email?: boolean
|
||||
|
||||
@@ -10,7 +10,7 @@ export interface ILinkReg {
|
||||
}
|
||||
|
||||
export interface IIdToken {
|
||||
idToken: string
|
||||
x_auth_token: string
|
||||
}
|
||||
|
||||
export interface IResult {
|
||||
|
||||
Reference in New Issue
Block a user