refactor: remove sass from Login component

This commit is contained in:
Griffithtp
2019-07-04 23:40:50 +01:00
parent b6b0ecdb1e
commit 0c4ebbffa8
5 changed files with 27 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ export interface AppStateInterface {
logoUrl: string;
user: {
username?: string;
token?: string;
};
scope: string;
showLoginModal: boolean;