- updated SendReq

- If Server Down the login msg error corrected.
This commit is contained in:
Paolo Arena
2019-02-07 00:53:10 +01:00
parent cb62d46048
commit 5ee0d8e171
8 changed files with 51 additions and 25 deletions

View File

@@ -28,4 +28,5 @@ export interface IUserState {
servercode?: number
x_auth_token?: string
isLogged?: boolean
}