fix: Not setting the auth state in Application
This commit is contained in:
4
frontend/src/models/server.ts
Normal file
4
frontend/src/models/server.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IResponse {
|
||||
error: string;
|
||||
data: any;
|
||||
};
|
||||
Reference in New Issue
Block a user