- fix: Date problems... (it was a bad "copy" function, the object date was not valid...
- fix: error fetch on loading... (offline appeared)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface IToken {
|
||||
access: string
|
||||
token: string
|
||||
data_login: Date
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user