mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
fix loginu
This commit is contained in:
@@ -90,6 +90,7 @@ export enum AuthState {
|
||||
export interface IUser {
|
||||
name: string;
|
||||
id: number;
|
||||
iat?: number;
|
||||
}
|
||||
|
||||
export interface IStore {
|
||||
|
||||
Reference in New Issue
Block a user