fix loginu

This commit is contained in:
2023-09-16 20:18:03 +02:00
parent 7c0accbbce
commit bc5384e747
8 changed files with 29 additions and 16 deletions
+1
View File
@@ -90,6 +90,7 @@ export enum AuthState {
export interface IUser {
name: string;
id: number;
iat?: number;
}
export interface IStore {