Handle token refresh errors and tell the user the token has expired
This commit is contained in:
@@ -11,6 +11,7 @@ export interface AccessToken {
|
||||
comment: string;
|
||||
system: string;
|
||||
planets: PlanetWithInfo[];
|
||||
invalidToken?: boolean;
|
||||
}
|
||||
|
||||
export interface Character {
|
||||
|
Reference in New Issue
Block a user