fix: Not setting the auth state in Application

This commit is contained in:
Alexander Polynomdivision
2018-09-20 20:26:40 +02:00
parent ba1521fbd8
commit f26ce20e13
4 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
export interface IResponse {
error: string;
data: any;
};